On 11 Dec 2011, at 19:12, Florin Pop wrote: > 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
I'm not sure what you are building here. Makefile.in is the input to autoconf, so you are probably building GNUstep base, gui, or make. These all require GNU make. The only thing that has a BSD-make compatible Makefile is libobjc2, which you need to install first. David -- Send from my Jacquard Loom _______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
