Date: Sun, 1 Aug 1999 23:10:01 -0700 (PDT) From: Chris Piazza <cpiazza@home.net> To: freebsd-bugs@FreeBSD.org Subject: Re: misc/12720: gdbm (And possibly other libraries in /usr/local/lib) not usable under 3.* Message-ID: <199908020610.XAA86852@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/12720; it has been noted by GNATS. From: Chris Piazza <cpiazza@home.net> To: freebsd-gnats-submit@freebsd.org, mistwolf@mushhaven.net Cc: Subject: Re: misc/12720: gdbm (And possibly other libraries in /usr/local/lib) not usable under 3.* Date: Sun, 1 Aug 1999 23:09:11 -0700 This is not a problem with the port or package of gdbm, it is a problem with the configure scripts. Here's a fancy fix: % env LDFLAGS="-L/usr/local/lib" ./configure [..] checking for dbm_close in -lgdbm... yes checking for main in -lresolv... no checking for getpwnam in -lsun... no checking for main in -lseq... no checking for main in -lintl... yes Conclusion: It's not the gdbm port's problem that these configure scripts don't check /usr/local/lib. I'll close this PR if you don't object. -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "I don't like principles. I prefer prejudices." -Oscar Wilde To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908020610.XAA86852>