Nicolas Ross wrote: > I want to compile php 4.1.0 on Mac OS X 10.1, adn I get this when linking : > > *** Warning: This library needs some functionality provided by -lgd. > *** I have the capability to make that library automatically link in when > *** you link to this library. But I can only do this if you have a > *** shared version of the library, which you do not appear to have. > > *** Warning: This library needs some functionality provided by -lpng. > *** I have the capability to make that library automatically link in when > *** you link to this library. But I can only do this if you have a > *** shared version of the library, which you do not appear to have. > > *** Warning: This library needs some functionality provided by -ljpeg. > *** I have the capability to make that library automatically link in when > *** you link to this library. But I can only do this if you have a > *** shared version of the library, which you do not appear to have. > > *** Warning: This library needs some functionality provided by -lFBCAccess. > *** I have the capability to make that library automatically link in when > *** you link to this library. But I can only do this if you have a > *** shared version of the library, which you do not appear to have. > *** The inter-library dependencies that have been dropped here will be > *** automatically added whenever a program is linked with this library > *** or is declared to -dlopen it. > > And then way too much errors to put here...
I don't use Mac OS X, so this just my guess. I think you have shared libs that are required. Make sure you have all *shared* libs you need. I've never tried to build with static lib, but you can try. -- Yasuo Ohgaki -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]