Iam currently trying to install (Ghostscript) GS 6.01 on Solaris 7, and I
have
some problems, and I was hoping maybe noe of you could help me a little bit.
I have fetched botht the source and the jpeg,zlib and libpng files, and
I have a structure like this:
gs6.01/Makefile
gs6.01/bin
gs6.01/doc
gs6.01/examples
gs6.01/jpeg (copied in and renamed from jpeg-6b...)
gs6.01/lib
gs6.01/libpng (copied in and renamed from libpng-xx)
gs6.01/man
gs6.01/obj
gs6.01/src
gs6.01/zlib (copied in and renamed from zlib-xxx)
the Makefile is a copy of the unix-gcc.mak-file, as I want to use gcc.
Running 'make' gives me: Any idea of why this happens? Would be very nice if you could help! Best regards, Peder Godvik
---------------------------------------------------------------------------
----
gcc `cat ./obj/cc.tr` -I./src -o ./obj/genconf ./src/genconf.c
ld: fatal: ld.so.1: /usr/ccs/bin/ld: fatal: relocation error: file
/usr/lib/libld.so.2: symbol dbg_mask: referenced symbol not found
*** Error code 1
make: Fatal error: Command failed for target `obj/genconf'
---------------------------------------------------------------------------
----
This ld thing seems to be a problem, but I am not very familiar with it..