On Thu, Nov 17, 2011 at 2:02 PM, Philippe Dreuw <[email protected]> wrote: > Thanks a lot! I could reproduce everything on my windows 7 64bit > machine with cygwin 1.7.9
Oh, I'm on 32-bit Cygwin on Win 7. Can you go into the CYGWIN_X86 directory, run "file *.o", and see if gcc by default generates 32-bit or 64-bit objects?? If on 64-bit Cygwin gcc defaults to 64-bit objects, then we will need to adjust "TARGET_BITS" from TARGET_32BIT to TARGET_64BIT in scripts/compilearch for 64-bit Cygwin. > That's not clear to me, is that really necessary for a working system > o just to avoid the complains? "scripts/distinst -local -noexit > -allall cygwin-x86" seemed to work, except from the mentioned > complains. The install script checks in the directory for all the executables - if an executable is missing, then the install script will just simply exit. > > Furthermore, I tried to run the "inst_sge" script but the > "dist/util/arch_variables" file is not yet adapted in the svn trunk > version. I will try to update that script and see what happens ... Oops, I have the change locally but it was not checked into SVN - I didn't bother to install it again as the name resolution of my machine is still not fixed (may be it is easier to just fire up a Windows instance on EC2 than fixing it myself!), thus I didn't hit this error when I did the final pre check-in compile test. Lastly, let me know how it goes! Rayson > > -- > Philippe Dreuw > _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
