discuss-gnustep
[Top][All Lists]
Advanced

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

Re: building corebase on FreeBSD


From: brunomaximom
Subject: Re: building corebase on FreeBSD
Date: Tue, 03 May 2016 23:40:40 -0300
User-agent: Roundcube Webmail/1.0.6

Really thanks. Working.

Em 2016-05-03 23:24, Stefan Bidigaray escreveu:
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]