> 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
_______________________________________________
fpc-pascal maillist - [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal