Toby Thain writes: > Hi, > > While poking around in the source tree today I noticed the OS X build > notes include the following recipe: > > LIBTOOLIZE=glibtoolize ./autogen.sh > ./configure CFLAGS="-I/sw/include" LDFLAGS="-L/sw/lib" > make CFLAGS="-I/sw/include" LDFLAGS="-L/sw/lib" > sudo make install > > I believe the /sw/* directories are Fink's, perhaps of use if the > configure script is supposed to find specific preinstalled Fink > packages there (openjade?). However, /sw is not a standard part of OS > X, and the simpler recipe: >
I believe this is a leftover from the days of yore when the libdbi project contained the MySQL and PostgreSQL drivers. I suppose these databases are most conveniently installed as Fink packages, and the configure script had to be advised to find the installed headers and libraries to build the drivers. Now that the drivers are part of a separate package, there is no need to modify the environment variables. > Is it worth changing the README.osx? > Yes. Please go ahead and use your simpler recipe. thanks, Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ libdbi-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libdbi-devel

