The same strange outputs happens. Here I copy the output for the
config.guess  script.

$ ./config.guess
: command not founde 5:
: command not founde 7:
: command not founde 26:
: command not founde 40:
: command not founde 42:
: command not founde 51:
: command not founde 54:
'/config.guess: line 57: syntax error near unexpected token `in
'/config.guess: line 57: `  case "$1" in

I think that the cygwin environment is not properly installed or the
binaries that the installer downloads are not compatible with my AMD64 .

Thank anyway


On 2/8/07, Dirk Reiners <[EMAIL PROTECTED]> wrote:


        Hi Aitor,

Aitor Moreno wrote:
> Hi all,
>
> I used to compile OpenSG under Cygwin in my old PC using the cl.net2003
> compiler with the following configure:
>
> $ ./configure --enable-glut --enable-jpg --enable-tif --enable-png
> --enable-win-localstorage --with-compiler= cl.net2003
> --with-add-lib=ode:ode --enable-text
>
> Now, I have a AMD64 and I have reinstalled the cygwin environment as
> usual and now, with the same configure, it did nothing. Here is the
output

Your output is a little weird, so I'm not sure what to say to that.

In general to add a new platform you need to have a configuration file in
CommonConf for it. Look in there and you will find a whole bunch of
common.*
files. The one that is used depends on your platform (as identified by
CommonConf/config.guess) and your compiler. Call CommonConf/config.guess
and see
what that gives you, and then copy the common.i686-pc-cygwin-cl.net.in to
that
name and try again.

Alternatively you can try the scons build, but I can't really help with
that.

Hope it helps

        Dirk

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users




--
Aitor Moreno
  [EMAIL PROTECTED]
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to