www.digitalmars.com         C & C++   DMDScript  

c++.windows.32-bits - optlink switches

reply "chris elliott" <biol75 york.ac.uk> writes:
Is it possible to have a switch for the linker to search a directory (or
directories) for librarires, like the -L/path/to/libs on unix?
thanks
chris
Apr 20 2003
parent Cesar Rabak <csrabak uol.com.br> writes:
chris elliott escreveu:
 Is it possible to have a switch for the linker to search a directory
 (or directories) for librarires, like the -L/path/to/libs on unix?
Use the compile and link utility which has this capability. So using sc (or dmc) as your linker should solve this. HTH -- Cesar Rabak GNU/Linux User 52247. Get counted: http://counter.li.org/
Apr 20 2003