Re: [gtk+osx] Compiling Dia with gtk-osx
Status: Beta
Brought to you by:
jralls
From: David B. <va...@nt...> - 2005-04-29 21:38:27
|
Lars Clausen wrote: > This does not seem to be cured, however. Making libdl.lib a symlink to > libdl.dylib (for testing) doesn't change a thing, either. I notice, > though, that libdl only exists in my /sw (fink) directory. Should it be > part of the normal compilation system? Which version of OSX are you using? libdl became part of the standard development environment with Panther, before that it was third party. If libdl.dylib is in /sw/lib you'll need to... export LDFLAGS=-L/sw/lib export CPPFLAGS=-I/sw/include before running configure. Dave |