Hello Andrew, You might have missed a previous posting I made where I explained why I think the symlink, while it may work, is not the correct approach. The platform file extension for shared libraries on Darwin (MacOS) is "*.dylib", not "*.so". I would recommend patching the configure.ac as Xypron suggests.
Regards, Chris Wolf Andrew Makhorin wrote: >> Xypron, Yes, this is alternative to create symbolic linking. This is >> your idea :-) > >> "sudo ln -s /usr/lib/libiodbc.dylib /usr/lib/libodbc.so" > > Do I correctly understand that using symbolic links resolves the issue, > and configure.ac does not need to be changed? > > > > _______________________________________________ > Help-glpk mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/help-glpk > _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
