[plt-scheme] tree.cxx example file doesn't compile
Hello,
When I try to compile the example file
(c:\plt\collects\mzscheme\examples\tree.cxx) as a dll, I usually receive an
error message in the linking step. Here is the console output that I get:
<<..........
C:\PLT\collects\mzscheme\examples>c:\plt\mzc.exe --cc tree.cxx
MzScheme compiler (mzc) version 209, Copyright (c) 2004 PLT Scheme, Inc.
"tree.cxx":
[output to ".\tree.obj"]
C:\PLT\collects\mzscheme\examples>c:\plt\mzc.exe --linker c:/mingw/bin/g++.exe
--ld tree.dll tree.obj
MzScheme compiler (mzc) version 209, Copyright (c) 2004 PLT Scheme, Inc.
"tree.obj":
link-extension:
g++.exe: C:\DOCUME~1\Zakaria\LOCALS~1\Temp\tmp27.base: No such file or
directory
.............>>
I work on the XP platforme and use MinGW 3.1. compiler.
Does anyone knows how to get this problem fixed ?
Thanks and best regards,
Zakaria