>
> On MSVC/nmake it's the same procedure, but we get soon into trouble:
> Linking C shared module _plplotcmodule.dll
> LINK : fatal error LNK1104: cannot open file 'python24_d.lib'
> NMAKE : fatal error U1077: '"C:\Programme\Microsoft Visual Studio
> 8\VC\BIN\link.EXE"' : return code '0x450'
> Stop.
> I searched the whole plplot tree where we would set python24_d.lib, but
>  I couldn't find anything like that. Cmake looks for this library but
> can't find it and sets the variables accordingly. And the makefiles for
>  nmake are only temporary, so I can't check them :(. No idea, where the
>  problem is here. Any ideas?

Hi Werner,

if you use the --debug-trycompile flag, CMake will not remove the
intermediate files. I do not know whether that is enough in your
case, but it might help identifying where things are going wrong.

Regards,

Arjen



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to