public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/48533] New: Installer fails on libjava component
@ 2011-04-09 19:05 jrt at worldlinc dot net
  2011-04-13 18:53 ` [Bug libgcj/48533] " jrt at worldlinc dot net
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jrt at worldlinc dot net @ 2011-04-09 19:05 UTC (permalink / raw)
  To: java-prs

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

           Summary: Installer fails on libjava component
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcj
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jrt@worldlinc.net


I just built gcc-4.6.0 with all components requested, built with /usr/local/ as
prefix. Ada not built. On "make install", libjava fails later in installation
process because it tries to find and link a libppl file by looking in /usr/lib
instead of /usr/local/lib. I copied the first not-found file into /usr/lib and
it linked that and failed on the next one. This system has two versions of ppl
and cloog files, 0.10.2 in /usr and 0.11 in /usr/local. The first is required
for gcc-4.4.5 and the other for 4.6.0 and the linkers and installer should find
the right version for the right gcc. The installer goes looking first in
/usr/lib and fails, though. Why doesn't it at least use the system library path
which is said to list /usr/local/lib before /usr/lib? The only references to
the wrong prefix that I found in the top makefile and the libjava makefile are
in the var oldincludedir=/usr/include.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-05-29 20:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-09 19:05 [Bug libgcj/48533] New: Installer fails on libjava component jrt at worldlinc dot net
2011-04-13 18:53 ` [Bug libgcj/48533] " jrt at worldlinc dot net
2011-04-14 17:02 ` jrt at worldlinc dot net
2011-05-29 20:32 ` joakimds at kth dot se

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).