This is the mail archive of the gcc-bugs@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]

[Bug libf2c/17725] New: g77 libs installed in wrong directory


With the configure option `--enable-version-specific-runtime-libs'
(and --prefix=/usr) the g77 libraries libfrtbegin.a and libg2c.* are
installed in /usr/lib/gcc/<target>/ instead of /usr/lib/gcc/<target>/3.4.2/
and consequently are not found by collect2.

Environment:
System: Linux pcl321 2.4.25 #2 SMP Thu Apr 1 13:55:52 CEST 2004 i686 unknown unknown GNU/Linux
Architecture: i686

	
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: i686-pc-linux-gnu
configured with: ../gcc-3.3.3/configure --host=ix86-linux-gnulibc2 --prefix=/usr --disable-nls --enable-shared --enable-languages=c++,f77,objc --bindir=/ix86-linux-gnulibc2/bin

How-To-Repeat:
Configure with `--enable-version-specific-runtime-libs'
------- Additional Comments From peb at mppmu dot mpg dot de  2004-09-29 15:13 -------
Fix:
Workaround: move the installed libraries into the subdirectory 3.4.2
Fix: Correct the Makefile

-- 
           Summary: g77 libs installed in wrong directory
           Product: gcc
           Version: 3.3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libf2c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: peb at mppmu dot mpg dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17725


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