[vtk-developers] Borland libs

Brad King brad.king at kitware.com
Wed Aug 3 14:28:56 EDT 2005


Dean Inglis wrote:
> just a comment on a checkin for a missing Borland 
> lib: vfw32.lib,
> and other apparently "missing" libs, 
> is available in subdir Borland/Libs/PSDK.
> Can CMake be configured to look for this
> subdir in case of libs that do not reside under
> Borland/Libs ?

I think the PSDK directory is supposed to be part of the borland 
configuration files.  Mine look like this:

$ cat ilink32.cfg
-L"c:\Borland\Bcc55\lib"
-L"c:\Borland\Bcc55\lib\PSDK"

$ cat bcc32.cfg
-I"c:\Borland\Bcc55\include"
-L"c:\Borland\Bcc55\lib"
-L"c:\Borland\Bcc55\lib\PSDK"

CMake generates a link line that simply lists the library with no path. 
  Since it is a system library it is up to the Borland system 
configuration to find it.

-Brad



More information about the vtk-developers mailing list