On Wed, 2014-04-30 at 13:26 -0400, dev wrote: > > Did you pass the correct LDFLAGS to configure? i.e., > > LDFLAGS=-L/usr/local/lib ./configure? As gmp doesn't use pkg-config > > the configure script cannot easily derive them. > nope .. just tried with LD_FLAGS set and see this :
Why did you add an underscore? configure uses LDFLAGS. > I'll use LD_LIBRARY_PATH for the configure stage and then remove it and > try to do the compile with more stringent compiler flags and see what > else shakes loose. With a bit of work the code base could be squeaky > clean and compile everywhere. I don't think that would help in that case. Check ./configure --help for the flags you could specify to ease discovery. regards, Nikos _______________________________________________ Gnutls-help mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnutls-help
