Re: Compiling GLib2 under FreeBSD

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

 



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: pgpvIoVTBNxj4.pgp
Description: PGP signature

_______________________________________________

gtk-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gtk-list

[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux