[bug-gs] IJS Library Won't Compile On GS-8.11

Frank Peters frank.peters@comcast.net
Thu, 28 Aug 2003 12:09:18 -0400


Hello,

After successfully compiling, testing, and installing ghostscript-8.11,
I attempted to compile the IJS library, which needs to be compiled
separately, but I only get the following error:

gcc -dynamic ijs.o ijs_client.o ijs_server.o ijs_exec_unix.o -o libijs.so
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/../../../crt1.o(.text+0x18): In function `_start':
: undefined reference to `main'
collect2: ld returned 1 exit status
make: *** [libijs.so] Error 1

Fortunately, the IJS version (0.33) is the same as with ghostscript-8.00,
so I'm still using the IJS library from this older version.

Frank Peters