[vtk-developers] Borland libs

Brad King brad.king at kitware.com
Wed Aug 3 14:49:12 EDT 2005


Brad King wrote:
> 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"

Oops, those were old ones.  Mine look like this:

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

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

They need to be in the Bcc55\bin directory.

-Brad



More information about the vtk-developers mailing list