"Ing. Jan Trembulak" wrote:
>
> I try to configure and compile gstep-core-000621 on Solaris 8 operating
> system.
> When I run ./configure I got message:
> ...
> checking target system type... i386-pc-solaris2.8
> checking build system type... i386-pc-solaris2.8
> ./configure: MINGW32=0: is not an identifier
> configure error: ./configure failed for make
>
> What's wrong ?
Sounds odd. Maybe your /bin/sh is screweed up. Does typing
export MINGW32=0
on the command line give an error also (if your using sh)? Or
export MINGW=0
or
sh
export MINGW32=0
That line isn't really used so I guess I could just take it out if you
have problems with it.