This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: Issue on X86_64?


Lorenzo Pesce <lpesce@uchicago.edu> writes:

> It seems like they are in "objdir"/x86_64-xxx-gnu/libgfortran.
> Unfortunately, the .o do not seem to be build with as PIC and
> the .lo do not seem to be digestible by g++, gcc. So I don't
> know how to coax them into a dyn lib.

You'll find the PIC versions of the libgfortran object files in the
TARGET/libgfortran/.libs directory.

There are absolutely no guarantees that this will be true in any
future release of gcc.

Ian


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