That's because I forgot to include the -I (that's a dash, uppercase i). Should've been
CFLAGS=-I/usr/local/include ./configure It's just taking the compiler where to find the include files. On May 3, 2016 22:20, <[email protected]> wrote: > So that give me this error: > $ CFLAGS=/usr/local/include ./configure > checking for gcc... cc > checking whether the C compiler works... no > configure: error: in `/usr/home/dharc/Downloads/corebase-master': > configure: error: C compiler cannot create executables > > Em 2016-05-03 22:11, Stefan Bidigaray escreveu: > >> It's an issue caused by how the current configure script works... It >> doesn't check for where the ICU headers are installed. Run: >> >> CFLAGS=/usr/local/include ./configure >> >> See if that fixes the problem for you. I used to test corebase on >> FreeBSD, so I don't even know how I never caught such a trivial >> oversight. >> On May 3, 2016 8:46 PM, <[email protected]> wrote: >> >
_______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
