On Tue, 2002-09-17 at 11:32, Sean Burke wrote: > Hello everyone. > I am trying to compile qCAD from source. One of its link dependencies > is Qt 3 library. The Makefile is looking for a qt3library with a ".a" > extension but the most recent (unstable) fink qt3 package does not > create one. Does anyone know whether or not I can substitute one of the > Qt multithreaded dynamic libraries (eg libqt-mt.3.0.5.dylib) for the > required one? Can this be done by substituting the correct variable in > the makefile or will I have to link everything "commando?" > > Thanks!
Yeah, you should be able to do that; change it to look for the .dylib. On the other hand... damn! I didn't realize it stopped making .a's. I'll look into updating qt3 to build static libs too. ------------------------------------------------------- Sponsored by: AMD - Your access to the experts on Hammer Technology! Open Source & Linux Developers, register now for the AMD Developer Symposium. Code: EX8664 http://www.developwithamd.com/developerlab _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
