OS X install can't see libs in /sw



I've installed several libraries required by PHP5 using Fink but when I specify '=/sw' or '=/sw/lib' in 'configure' PHP claims the libs don't exist. I have my PATH environment setup correctly too.

zaphod
.



Relevant Pages

  • Re: Static link problems using VS2005
    ... will specify these libs in Linker tab (Additional Dependencies) for the ... project, you specify which of the other projects it depends on, and VS will ... not adjust the build ordering based on these libs. ... your point that specifying pre-built .libs on the Linker tab ...
    (microsoft.public.vc.mfc)
  • Re: Static link problems using VS2005
    ... built, the ones it depends on will have already been built. ... assumes that all the .lib files you specify by typing them into the Linker ... your point that specifying pre-built .libs on the Linker tab ...
    (microsoft.public.vc.mfc)
  • Using other projects
    ... Is there any way to use another .dsw in your project? ... but I'd like to be able to have abc build when I build xyz. ... Is there a way to specify that a static libary uses other .libs so ...
    (microsoft.public.vc.ide_general)