Hi,

well, continuing my test on "bare" Windows XP, I get into trouble:

- I expected CVF as the Fortran compiler, but it turns out that
  two are in the path, both CVF and g95. I can solve that one.
- This is more serious:

Linking C shared library ..\dll\libplplotd.dll
LINK : warning LNK4044: unrecognized option "L\lib"; ignored
LINK : warning LNK4044: unrecognized option
"LC:\arjen\plplot-svn\install-windows\dll"; ignored
LINK : warning LNK4044: unrecognized option "lgdi32"; ignored
LINK : warning LNK4044: unrecognized option "lcomdlg32"; ignored
LINK : LNK6004: ..\dll\libplplotd.dll not found or not built by the last
incremental link; performing full link

  These are error messages from the linker and judging from the
  options it complains about, the original options are in UNIX style,
  not Windows.

  It continues, but then stumbles over g95 not wanting to handle
  similar options:

Linking Fortran shared library ..\..\dll\libplplotf95d.dll
g95.exe: /STACK:10000000: No such file or directory
g95.exe: /machine:I386: No such file or directory
g95.exe: /debug: No such file or directory
g95.exe: /pdbtype:sept: No such file or directory
g95.exe: /INCREMENTAL:YES: No such file or directory
g95.exe: /DEF:C:\arjen\plplot-svn\plplot\bindings\f95\plplotf95.def:
Invalid argument
NMAKE : fatal error U1077: 'C:\msys\1.0\g95\bin\g95.exe' : return code '0x1'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual
Studio\VC98\BIN\NMAKE.EXE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual
Studio\VC98\BIN\NMAKE.EXE"' : return code '0x2'
Stop.

So it seems that g95 is receiving options meant to link a DLL via
the Microsoft linker that comes with MSVC.


Regards,

Arjen

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to