ERROR with oztool (under win32, g++ available)
Leif Kornstaedt
kornstae at ps.uni-sb.de
Tue Jan 21 14:40:16 CET 2003
V.Khamenia at BioVisioN.de (Khamenia, Valery) writes:
> oztool c++ -c LambdaScanner.C -o LambdaScanner.o
>
> gives:
>
> Fatal Error: Cannot run '"g++-2" "-mno-cygwin"
> "-ID:/pkg/Mozart1.2.5/include" "-c" "LambdaScanner.C" "-o" "LambdaScanner.o"
> '.
>
> why then "g++-2"?
>From what you wrote I guess that you are using the upcoming
release of Mozart, Version 1.2.5. What you are observing is
a patch to oztool that is required by new installations of
Cygwin: Mozart 1.2.5 for Windows can only be built with
gcc 2, not gcc 3 (which, for Cygwin, does not seem mature
enough yet). Since Cygwin is gradually moving to gcc 3,
the gcc 2 binaries are now called gcc-2, g++-2, etc.
If you want to use a different name for the binary, set
one of the environment variables
OZTOOL_CC
OZTOOL_CXX
OZTOOL_LD
Regards,
Leif
-
Please send submissions to users at mozart-oz.org
and administriva mail to users-request at mozart-oz.org.
The Mozart Oz web site is at http://www.mozart-oz.org/.
Please send bug reports to bugs at mozart-oz.org.
More information about the mozart-users
mailing list