Re: New GNU Fortran reviewers.

2008-12-02 Thread Janus Weil
> So I welcome Daniel, Janus and Mikael in our ranks. Thanks for the promotion :)

New GNU Fortran reviewers.

2008-12-02 Thread Toon Moene
All, During the IRC meeting of GNU Fortran hackers last Friday, I was asked to propose the following contributors to the Fortran compiler and run time library for the position of "reviewer" to the Steering Committee: Daniel Kraft Janus Weil Mikael Morin Of course, given the amount of work th

Re: trouble building cross compiler: host x86_64-unknown-linux-gnu -> target hppa64-hp-hpux11.00

2008-12-02 Thread Andrew Haley
This is a bug in gcc. The string is hard coded in: gcc/config/pa/pa64-hpux.h /* The libgcc_stub.a and milli.a libraries need to come last. */ #undef LINK_GCC_C_SEQUENCE_SPEC #define LINK_GCC_C_SEQUENCE_SPEC "\ %G %L %G %{!nostdlib:%{!nodefaultlibs:%{!shared:-lgcc_stub}\ /usr/lib/pa20_64/mill

Re: trouble building cross compiler: host x86_64-unknown-linux-gnu -> target hppa64-hp-hpux11.00

2008-12-02 Thread Rainer Emrich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kai Ruottu schrieb: > Rainer Emrich wrote: > I try to build a cross compiler host x86_64-unknown-linux-gnu -> target hppa64-hp-hpux11.00 using gcc trunk. >> I run into the next issue. >> >> /usr/lib/pa20_64/milli.a is tried to be linked dire

Re: trouble building cross compiler: host x86_64-unknown-linux-gnu -> target hppa64-hp-hpux11.00

2008-12-02 Thread Kai Ruottu
Kai Ruottu wrote: Rainer Emrich wrote: I try to build a cross compiler host x86_64-unknown-linux-gnu -> target hppa64-hp-hpux11.00 using gcc trunk. I run into the next issue. /usr/lib/pa20_64/milli.a is tried to be linked directly instead be searched in the sysroot. - --with-sysroot=/opt/

Re: Athlon XP segfaults with -fweb -ftracer

2008-12-02 Thread Ian Lance Taylor
Daniel Kasak <[EMAIL PROTECTED]> writes: > I'm experiencing segfaults with applications that use fontconfig, only > if fontconfig is compiled with -fweb -ftracer. In full, I used: > > -march=athlon-xp -O2 -pipe -fweb -ftracer > > I have seen a very similar bugs reported at: > > https://bugs.gentoo

Re: trouble building cross compiler: host x86_64-unknown-linux-gnu -> target hppa64-hp-hpux11.00

2008-12-02 Thread Rainer Emrich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear Andrew, I try to explain from the beginning. The original problem: - checking for pid_t... yes checking for library containing strerror... configure: error: Link te

Re: trouble building cross compiler: host x86_64-unknown-linux-gnu -> target hppa64-hp-hpux11.00

2008-12-02 Thread Kai Ruottu
Rainer Emrich wrote: I try to build a cross compiler host x86_64-unknown-linux-gnu -> target hppa64-hp-hpux11.00 using gcc trunk. I run into the next issue. /usr/lib/pa20_64/milli.a is tried to be linked directly instead be searched in the sysroot. - --with-sysroot=/opt/tec/setup/sys-root/HP

Re: trouble building cross compiler: host x86_64-unknown-linux-gnu -> target hppa64-hp-hpux11.00

2008-12-02 Thread Andrew Haley
Rainer Emrich wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Andrew, thanks for your quick reply. > > Andrew Haley schrieb: >> Rainer Emrich wrote: >> >>> I try to build a cross compiler host x86_64-unknown-linux-gnu -> target >>> hppa64-hp-hpux11.00 using gcc trunk. >>> >>> Everyth

Re: trouble building cross compiler: host x86_64-unknown-linux-gnu -> target hppa64-hp-hpux11.00

2008-12-02 Thread Rainer Emrich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew, thanks for your quick reply. Andrew Haley schrieb: > Rainer Emrich wrote: > >> I try to build a cross compiler host x86_64-unknown-linux-gnu -> target >> hppa64-hp-hpux11.00 using gcc trunk. >> >> Everything wents fine until building of the l

Re: trouble building cross compiler: host x86_64-unknown-linux-gnu -> target hppa64-hp-hpux11.00

2008-12-02 Thread Andrew Haley
Rainer Emrich wrote: > I try to build a cross compiler host x86_64-unknown-linux-gnu -> target > hppa64-hp-hpux11.00 using gcc trunk. > > Everything wents fine until building of the libraries. > libssp is build, but libiberty fails in the configure step: > > checking for sys/types.h... yes > che

trouble building cross compiler: host x86_64-unknown-linux-gnu -> target hppa64-hp-hpux11.00

2008-12-02 Thread Rainer Emrich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I try to build a cross compiler host x86_64-unknown-linux-gnu -> target hppa64-hp-hpux11.00 using gcc trunk. Everything wents fine until building of the libraries. libssp is build, but libiberty fails in the configure step: checking for sys/types.h..