Hi Jean-Pierre, > Compilation from svn source > linux Suse 10.1 amd64(x86_64) > gcc 4.3 > normal compilation (./configure;make;make install) is OK
You have compiled the GPL ghostscript from svn (from ghostscript.com) with gcc-4.3 (devel stage 2) and you post the result on GNU ghostscript list, very nice :) > "make so" fails almost at the start: > echogs triggers a segmentation fault > > gcc `cat ./obj/../soobj/cc.tr` -O2 -fPIC -shared -Wall -Wstrict-prototypes > -Wmissing-declarations -Wmissing-prototypes -fno-builtin -fno-common > -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"\" -I./src -o > ./obj/../soobj/echogs > ./src/echogs.c > ./src/echogs.c: In function 'main': > ./src/echogs.c:95: attention : 'fnparam' may be used uninitialized in this > function > ./obj/../soobj/echogs -w ./obj/../soobj/devs.tr - -include > ./obj/../soobj/unix_ > make[1]: *** [obj/../soobj/devs.tr] Erreur de segmentation > > ("Erreur de segmentation" is the french translation of "segmentation > fault") > > reported as bug 21081 in bugzilla on savannah-ghostscript I can't do nothing for you, I've not this code of ghostscript (in devel repository, so it's normal to have bugs I think ;)) and not use a stage 2 devel of gcc to compile ... I think you have all the parameters to have a segmentation fault ! ;) You need at first to use a stable version of gcc (4.2). Sorry, you are alone on this case and your report need to be posted on ghostscript.com bugzilla (http://bugs.ghostscript.com/) instead of GNU one. Best regards and good luck on this bug ! Didier