Hi Jean-Christophe, If you find llvm-link by doing "which llvm-link”, and get something like this: /usr/local/opt/llvm/bin/llvm-link and you have added the two exports to your ~/.bash_profile, then I think you only need to make a new terminal window or tab for these exports to take effect. (In brew there is no separate formula with the name "llvm-link”.)
/Jon > On 13 Feb 2020, at 05:02, Jean-Christophe Helary > <[email protected]> wrote: > > > >> On Feb 13, 2020, at 1:50, Alexander Burger <[email protected]> wrote: >> >> Hi Jean-Christophe and Kashyap, >> >>> Quick related question - I can build pl21 using LLVM target on Linux right? >>> I am planning to give it a shot on docker this weekend. >> >> It should require just these steps: >> >> apt install make clang llvm libffi pkg-config >> tar xfz pil21.tgz >> cd pil21 >> (cd src; make) && bin/picolisp > > I seem to have all the required packages intalled with brew on macos but I > get this error: > > make: llvm-link: No such file or directory > make: *** [picolisp.bc] Error 1 > > > Jean-Christophe > >> >> (or analog for other package managers). >> >> Note that a running PicoLisp is no longer required for bootstrapping (as it >> is >> for pil64), because a pre-built src/base.bc is included in the release. >> >> ☺/ A!ex >> >> -- >> UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe > > Jean-Christophe Helary > ----------------------------------------------- > http://mac4translators.blogspot.com @brandelune > > > > -- > UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe -- UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
