As far as I know, gnustep-make's and gnustep-base's configures have no knowledge of clang; we would need to add some support for it if you want things to work more "out of the box". You're (obviously) very welcome to do so, or if you can point me to an easy-to-install version of the compiler for GNU/Linux I will have a look once I have a bit of time.
The files you/we need to look at are core/make/configure.ac and core/base/configure.ac. Thanks -----Original Message----- From: David Chisnall <[EMAIL PROTECTED]> Sent: Saturday, May 10, 2008 6:56pm To: gnustep-dev@gnu.org Subject: Building GNUstep Hi Everyone, I now have clang at the point where it can almost build GNUstep Additions (two l-value cast expressions in GSXML.m don't yet work, everything else does), however when I do: ./configure CC=ccc gmake CC=ccc It does not pass -lobjc to the linker. Adding LDFLAGS += lobjc to the linker fixes this, but it's obviously not the correct way of doing it. Can anyone tell me the correct way? It is also necessary to add -link-as-library to the LDFLAGS, to enable generation of a library, rather than an executable, and apparently configure doesn't spot this. David _______________________________________________ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnustep-dev _______________________________________________ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnustep-dev