[fpc-pascal] Help needed with interfacing to C-object-files.

2005-03-11 Thread Jeff Pohlmeyer
> 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 sear

Re: [fpc-pascal] Help needed with interfacing to C-object-files.

2005-03-11 Thread Marco van de Voort
> > 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 compil