This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Bug or my mistake?


Dear all,

        I want to ask some question about building egcs snapshot.
        This is what I do:

    1. I extract egcs-19990629.tar.gz in /tmp
    2. mkdir /tmp/e
    3. ../egcs-19990629/configure --prefix=/usr --enable-shared --enable-haifa --enable-languages=c++ in /tmp/e
    4. make in /tmp/e
    5. make check in /tmp/e

        Until now, it's ok and the test results is look good as same as every
    one post in egcs-testresults lists.
        But I still don't install it. I do this next:

    6. mkdir /tmp/e2
    7. export CC='/tmp/e/gcc/xgcc -B/tmp/e/gcc/'
    8. ../egcs-19990629/configure --prefix=/usr --enable-shared --enable-haifa --enable-languages=c++ in /tmp/e2
    9. make in /tmp/e2

        It's segmentation fault at

/tmp/e2/texinfo/makeinfo/makeinfo   -I../../egcs/gcc -o cpp.info ../../egcs/gcc/cpp.texi
Making info file `cpp.info' from `../../egcs/gcc/cpp.texi'.
make[1]: *** [cpp.info] Segmentation fault
make[1]: *** Deleting file `cpp.info'
make[1]: Leaving directory `/tmp/e2/gcc'
make: *** [all-gcc] Error 2

        It occur again and again, every snopshots until now. (1.1.2 release is ok)

Regards,
-psa
-- 
THIS IS MY TRUTH TELL ME YOURS...


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]