Re: Building PIC fortran libraries?

2001-08-28 Thread Matthias Klose
Randolph Chung writes: > > hmm, it's easy to build a libg2c-pic.a library. So I will do this > > instead of building the standard library with pic. Building a shared > > library would introduce a incompatibility to other distros. > > Matthias, > > This might be an issue -- because a generi

Re: Building PIC fortran libraries?

2001-08-28 Thread Randolph Chung
> hmm, it's easy to build a libg2c-pic.a library. So I will do this > instead of building the standard library with pic. Building a shared > library would introduce a incompatibility to other distros. Matthias, This might be an issue -- because a generic invocation of g77 won't know library to li

Re: Building PIC fortran libraries?

2001-08-26 Thread Matthias Klose
Randolph Chung writes: > > > The fortrain library libg2c is built as a non-PIC archive in the default > > > gcc package (at least it was on ia64). On some architectures, linking > > > non-PIC code into PIC shared objects is not allowed (ia64, hppa, > > > mips{,el}, etc). This causes applica

Re: Building PIC fortran libraries?

2001-08-26 Thread Randolph Chung
> for which architectures should the patch be enabled (besides ia64?) my understanding is that this will be needed for any architectures that cannot link non-PIC code into a PIC library, so that's iirc: ia64, hppa, mips, mipsel, s390, sh, powerpc, m68k thanks, randolph -- Debian Developer <[EM

Re: Building PIC fortran libraries?

2001-08-26 Thread Matthias Klose
Randolph Chung writes: > > > The fortrain library libg2c is built as a non-PIC archive in the default > > > gcc package (at least it was on ia64). On some architectures, linking > > > non-PIC code into PIC shared objects is not allowed (ia64, hppa, > > > mips{,el}, etc). This causes applica

Re: Building PIC fortran libraries?

2001-08-25 Thread Randolph Chung
> > The fortrain library libg2c is built as a non-PIC archive in the default > > gcc package (at least it was on ia64). On some architectures, linking > > non-PIC code into PIC shared objects is not allowed (ia64, hppa, > > mips{,el}, etc). This causes applications that try to build fortrain >

Building PIC fortran libraries?

2001-08-09 Thread Matthias Klose
Randolph Chung writes: > Package: gcc-3.0 > Version: 1:3.0.1-0pre010801 > > The fortrain library libg2c is built as a non-PIC archive in the default > gcc package (at least it was on ia64). On some architectures, linking > non-PIC code into PIC shared objects is not allowed (ia64, hppa, > m

Building PIC fortran libraries?

2001-08-09 Thread Randolph Chung
Package: gcc-3.0 Version: 1:3.0.1-0pre010801 The fortrain library libg2c is built as a non-PIC archive in the default gcc package (at least it was on ia64). On some architectures, linking non-PIC code into PIC shared objects is not allowed (ia64, hppa, mips{,el}, etc). This causes applications tha