[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] gm2 on Fedora failure
From: |
Christoph Schlegel |
Subject: |
Re: [Gm2] gm2 on Fedora failure |
Date: |
Thu, 2 Nov 2017 21:16:16 +0100 |
Hi Gaius,
fixed, but the build process stops again finding a reference to p2c:
./xgcc -B./ -c -g -O -I./ -Igm2/gm2-libs -Wall -I. -Igm2/gm2-libs-paranoid
-I../../gcc-8.0.0/gcc -I../../gcc-8.0.0/gcc/gm2/gm2-libs-paranoid
-I../../gcc-8.0.0/gcc/../include -I../../gcc-8.0.0/gcc/../libcpp/include
-I../../gcc-8.0.0/gcc/../libdecnumber -I../../gcc-8.0.0/gcc/../libdecnumber/bid
-I../libdecnumber -I../../gcc-8.0.0/gcc/../libbacktrace
../../gcc-8.0.0/gcc/gm2/gm2-libs-ch/Storage.c -o gm2/gm2-libs-paranoid/Storage.o
../../gcc-8.0.0/gcc/gm2/gm2-libs-ch/Storage.c:20:10: fatal error: p2c/p2c.h: No
such file or directory
#include <p2c/p2c.h>
^~~~~~~~~~~
compilation terminated.
make: *** [../../gcc-8.0.0/gcc/gm2/Make-lang.in:1808:
gm2/gm2-libs-paranoid/Storage.o] Error 1
regards,
Christoph
> Gesendet: Donnerstag, 02. November 2017 um 14:18 Uhr
> Von: "Gaius Mulley" <address@hidden>
> An: "Christoph Schlegel" <address@hidden>
> Cc: gm2list <address@hidden>
> Betreff: Re: Aw: Re: Re: gm2 on Fedora failure
>
> Christoph Schlegel <address@hidden> writes:
>
> > Hi Gaius,
> >
> > the compiler makes and make installs now, running gm2.paranoid results in:
> >
> > gcc -c -DIN_GCC -O -g -Igm2/gm2-libs -I../../gcc-8.0.0/gcc/gm2 -Igm2
> > -I. -Igm2/gm2-libs-boot -I. -Igm2/gm2-libs-paranoid
> > -I../../gcc-8.0.0/gcc -I../../gcc-8.0.0/gcc/gm2/gm2-libs-paranoid
> > -I../../gcc-8.0.0/gcc/../include
> > -I../../gcc-8.0.0/gcc/../libcpp/include
> > -I../../gcc-8.0.0/gcc/../libdecnumber
> > -I../../gcc-8.0.0/gcc/../libdecnumber/bid -I../libdecnumber
> > -I../../gcc-8.0.0/gcc/../libbacktrace
> > ../../gcc-8.0.0/gcc/gm2/gm2-libs-ch/SysExceptions.c -o
> > gm2/gm2-libs-paranoid/SysExceptions.o
> > ../../gcc-8.0.0/gcc/gm2/gm2-libs-ch/SysExceptions.c: In function
> > 'sigbusDespatcher':
> > ../../gcc-8.0.0/gcc/gm2/gm2-libs-ch/SysExceptions.c:126:5: warning:
> > implicit declaration of function 'perror'; did you mean 'errno'?
> > [-Wimplicit-function-declaration]
> > perror("not expecting to arrive here with this signal");
> > ^~~~~~
> > errno
> > gcc -c -O -g -Igm2/gm2-libs -I../../gcc-8.0.0/gcc/gm2 -Igm2
> > -I. -Igm2/gm2-libs-boot ../../gcc-8.0.0/gcc/gm2/gm2-libs-ch/host.c -o
> > gm2/gm2-libs-paranoid/host.o
> > make: *** No rule to make target 'gm2/gm2-libs-paranoid/getopt.o',
> > needed by 'gm2/gm2-libs-paranoid/libgm2.a'. Stop.
>
> Hi Christoph,
>
> hopefully now fixed - I've git pushed some changes.
>
> >
> > As I should say more often, thank you for the great support,
>
> no problem - many thanks - and for all your bug reports and testing!
>
> regards,
> Gaius
>