search for: look_dirs

Displaying 2 results from an estimated 2 matches for "look_dirs".

2004 Jul 11
1
[BUG] iconv detection in 3.0.5rc1
...rst directory, /usr, this is because ICONV_FOUND was set to "yes" on the try of /usr/local/lib and never reset (if it should be) to "no" because all the conversion tests were failures. I've found that by moving, ICONV_FOUND="no" inside the for loop, for i in $LOOK_DIRS ; do permits configure to actually find the good installation of libiconv on my system under /opt/lib32. 2) I've also noticed that on the second iteration of that loop to try the lib32 directory that LDFLAGS is set to "-L/usr/lib -L/usr/lib32" when it should probably only be &quo...
2004 Feb 09
1
iconv detection on Irix 6.5
...st to configure libiconv as, ./configure --prefix=/opt --libdir=/opt/lib32 because /opt/lib32 is in ldd's search path. And before configuring Samba to make three changes to the configure script to properly detect libiconv and build the test programs. I've attached the diff. Changing LOOK_DIRS="/usr /usr/local /sw" to also include /opt might be useful for Irix builds. --- samba-3.0.2/source/configure Fri Feb 6 17:44:44 2004 +++ configure Mon Feb 9 13:12:23 2004 @@ -19939,7 +19939,7 @@ save_LDFLAGS=$LDFLAGS save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$C...