cannot compile gnupg-1.4.12 on 64bit distro
Werner Koch
wk at gnupg.org
Sun Mar 24 18:47:25 CET 2013
On Sun, 24 Mar 2013 16:44, lbastetti001 at gmail.com said:
> CFLAGS="-O2" LDFLAGS="-static -s" ./configure --prefix=/usr
> --enable-static-rnd=linux
If you use custom flags, you can't expect that it works as intended.
Better don't do such stuff unless you have a enough experience to figure
out the problem. Maybe some folks may want to help you anyway.
BTW, do not pass envvars to the shell but pass them to configure like
this:
./configure --prefix=/usr CFLAGS="-O2" LDFLAGS="-static -s"
This allows configure to properly track them.
Salam-Shalom,
Werner
--
Die Gedanken sind frei. Ausnahmen regelt ein Bundesgesetz.
More information about the Gnupg-devel
mailing list