I downloaded racket 6.5 sources to a Sun's Sparc machine running Solaris (SunOS 5.11) gcc version = 4.8.1
in the build directory, I did these two steps: ../configure --prefix=/a/path --enable-shared make --> It exited with the following error message: cd sgc; make ../libmzgc.la make[7]: Entering ... build/racket/sgc' libtool --mode=compile ... -o sgc.lo mkdir .libs gcc -Wall ... -KPIC -DPIC -c .../sgc.c -o .libs/sgc.o gcc: error: unrecognized command line option '-KPIC' ... I tried to look for where the option '-KPIC' was located in the Makefiles --> but I could not find it. Any idea what happened and how I can proceed ? thanks HP -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

