When trying to use makefile.g95 under unix, checking for
OSTYPE results in backslashes as path separators. This
is wrong and according to the list (Mattia), makefile.g95
should not be used anyhow on platforms other than
cygwin or msys.
The second part of the patch is for makeg95.env where
cross-compilation should not be supported anymore. I
don't know whether it's really wise to disable this feature,
but according to wx-dev it's of no use anymore as
configure should be used for cross-compilation.
Issue migrated from trac ticket # 5543
component: wxMSW | priority: high
2002-08-27 08:02:18: sefw1903 created the issue
When trying to use makefile.g95 under unix, checking for OSTYPE results in backslashes as path separators. This is wrong and according to the list (Mattia), makefile.g95 should not be used anyhow on platforms other than cygwin or msys.
The second part of the patch is for makeg95.env where cross-compilation should not be supported anymore. I don't know whether it's really wise to disable this feature, but according to wx-dev it's of no use anymore as configure should be used for cross-compilation.