I am stuck during the process of building racket-5.2.1 on a sparc machine running SunOS 5.10.
gcc = gnu 4.3.2 ld = gnu 2.21 ---------------------- The process stops at this directory: /path/racket-5.2.1/src/build/racket/gc it has mach_dep1.lo, and mach_dep2.lo and tries to do ./if_mach SPARC "" ld -r -o mach_dep.lo mach_dep1.lo mach_dep2.lo --> mach_dep1.lo: file not recognized: File format not recognized I looked at the file content of mach_dep1.lo and mach_dep2.lo Both are ascii text file. And mach_dep1.lo leads me to .libs/mach_dep1.o and first few bytes of 'od -c .libs/mach_dep1.o' are 177 E L F 001 002 001 ... ------------------------------------------------ Is this ld issue ? Any suggestion how I can proceed ? thanks HP ____________________ Racket Users list: http://lists.racket-lang.org/users

