So, maybe I know you why you get stuck at the first step. My default sh is tcsh and I meet the same problem, but when I type "bash", then run "CC=clang CXX=clang++ make ", it works fine.
2011/12/12 Florin Pop <[email protected]> > Hello, > > I've been trying to get Etoile up and running on FreeBSD 9 RC3 for some > time now with no success. Maybe you guys can help a newbie to this project. > > 1. With David's tutorial ( > http://etoileos.com/downloads/installtrunk/freebsd/) I get stuck at the > first step: > > We're going to build with the simple Makefile, rather than with the > GNUmakefile. This will use the system C/C++ compilers, which are still > gcc/g++ on FreeBSD 9, so we need to specify clang. > > $ CC=clang CXX=clang++ make > > Returns: > > no target to make > > if i try: > > $ CC=clang CXX=clang++ make -f Makefile.in > > > Returns > > LIBTOOL@: not found > *** Error code 127 > > 2. FreeBSD's GNUStep port causes me to run into the problem discussed here > http://forums.freebsd.org/showthread.php?p=156343 > > Many newcomers to Etoile (including me) would find a vMware/VirtualBox > image handy. > > Best, > ~ Florin. > > _______________________________________________ > Etoile-discuss mailing list > [email protected] > https://mail.gna.org/listinfo/etoile-discuss > > -- Best regards, Yanhui
_______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
