Ernst-Ludwig Bohnen wrote:
Hallo,
I am trying to install GPC (gpc-20060325, based on gcc-core-3.4.4) on a PC with Intel-Xeon 64 bit CPU and openSUSE 11.2. Make ends up with some mystical error lines, see below.
Any suggestions? Ernst-Ludwig
..../configure --enable-languages=pascal --prefix=/usr/gnu <RET>
..../make <RET>
^^^^^
I would suggest the following:
..../configure --enable-languages=pascal --prefix=/usr/gnu --disable-multilib
..../make bootstrap
ATM gpc does not support multilibs, ommiting '--disable-multilib' may cause trouble. The second thing is 'make bootstrap': using gcc-3.4.x plain make is safe only if your installed gcc is the same gcc version (you may be lucky and build _may_ work, but your troubles probably are caused by missing the bootstrap part).
BTW: I would suggest gcc-3.4.6 + gpc-20070904 -- this _should_ be easiest combination to build.