Re: Compiling GLib2 under FreeBSD



On Mon, 15 Nov 2004 21:35:32 +0300, Yegor Derevenets said:

> Nice try. But I have libiconv installed into /usr/local prefix. Second 
> time I launch ./configure LDFLAGS="-L /usr/local/lib" CFLAGS="-I 
> /usr/local/include" CPPFLAGS="-I /usr/local/include" LINGUAS="am ru"

Have you tried this (ksh/bash - use setenv for csh-ish shells)

export LDFLAGS="-L /usr/local/lib"
export CFLAGS=
...
export LINGUAS="am ru"
./configure

There are often subtle differences between passing them as environment variables
and passing them *after* the './configure' as parameters...

Attachment: pgpLayJwHNFqb.pgp
Description: PGP signature



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