[fpc-pascal] Help needed with interfacing to C-object-files.
Jeff Pohlmeyer
yetanothergeek at yahoo.com
Fri Mar 11 14:31:47 CET 2005
> My question : is the linker not smart enough to find out
> by itself where to look for those missing object files ?
Not sure if I understand your question, but as Marc already
mentioned, you can control this with the -k-L compiler switch.
You can also control the way the compiler/linker searches
for various things using directives, eg:
{$OBJECTPATH path}
{$LIBRARYPATH path}
{$UNITPATH path}
- Jeff
--
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
More information about the fpc-pascal
mailing list