Hi there!

Several days ago i mailed something similar, but didn't get an answer.
:(
So I will try it again, because it is simmilar to Glenns problem.

> > use Inline C => Config => LIBS => "C:\\test\\test.dll";
> 
> The LIBS config option is eventually passed directly to cl.exe,
> Microsoft's compiler. You need to specify library flags, like this:
> 
>   use Inline C => Config => LIBS => '-LC:\\test -ltest';

Exactly here's my problem! I don't want to write an absolute path here.
I just want to say, that the dll is in the same directoy as the
*.pm-file. Is there any way to say this to cl.exe?

> I _think_ that will fix the problem. Check out 'perldoc Inline::C' or
> 'perldoc MakeMaker' for help on the LIBS option. To see command-line
> options for cl.exe, check out the online reference:

I read both perldocs and the online reference, but it didn't make me
wiser. I am also glad about some hints.

Thanks,

;-) Flo


KMR=29.70
Powered by KMCount ;)

Reply via email to