I haven't, but it sounds like you're using a Unix-style makefile on a Mac. OS X does shared libraries differently.
Or possibly you're trying to link x86 and x64 code, or PPC and Intel code. In that case you might erase everything and start from scratch with the correct FFLAGS setting to see if configure left droppings from configuring without it. (To be less extreme, make clean first and see if that helps, unless the build time is really long.)
Comments 1
Or possibly you're trying to link x86 and x64 code, or PPC and Intel code. In that case you might erase everything and start from scratch with the correct FFLAGS setting to see if configure left droppings from configuring without it. (To be less extreme, make clean first and see if that helps, unless the build time is really long.)
Reply
Leave a comment