discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: building corebase on FreeBSD


From: Stefan Bidigaray
Subject: Re: building corebase on FreeBSD
Date: Tue, 3 May 2016 22:24:01 -0400

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, <brunomaximom@openmailbox.org> 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, <brunomaximom@openmailbox.org> wrote:

reply via email to

[Prev in Thread] Current Thread [Next in Thread]