public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/40947]  New: Invalid flag usage: Wl,-rpath, -Wx,-option must appear after -_SYSTYPE_SVR4
@ 2009-08-03  8:55 htl10 at users dot sourceforge dot net
  2009-08-03  8:57 ` [Bug libgcj/40947] " htl10 at users dot sourceforge dot net
                   ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: htl10 at users dot sourceforge dot net @ 2009-08-03  8:55 UTC (permalink / raw)
  To: java-prs

svn r150353 - snapshot a few days ago: This is probably quite obvious and easy
to fix? I couldn't work out the syntax of -_SYSTYPE_SVR4...

-------------------------
make[3]: Entering directory
`/home/htl10/tmp-build/g-svn/alphaev68-dec-osf5.1a/libjava'
/usr/local/bin/bash ./libtool --tag=GCJ --mode=link
/home/htl10/tmp-build/g-svn/./gcc/gcj
-B/home/htl10/tmp-build/g-svn/alphaev68-dec-osf5.1a/libjava/
-B/home/htl10/tmp-build/g-svn/./gcc/ -B/usr/local/alphaev68-dec-osf5.1a/bin/
-B/usr/local/alphaev68-dec-osf5.1a/lib/ -isystem
/usr/local/alphaev68-dec-osf5.1a/include -isystem
/usr/local/alphaev68-dec-osf5.1a/sys-include   
-L/home/htl10/tmp-build/g-svn/alphaev68-dec-osf5.1a/libjava -mieee -g -O2  -o
jv-convert --main=gnu.gcj.convert.Convert -rpath /usr/local/lib -shared-libgcc 
  -L/home/htl10/tmp-build/g-svn/alphaev68-dec-osf5.1a/libjava/.libs libgcj.la 
libtool: link: /home/htl10/tmp-build/g-svn/./gcc/gcj
-B/home/htl10/tmp-build/g-svn/alphaev68-dec-osf5.1a/libjava/
-B/home/htl10/tmp-build/g-svn/./gcc/ -B/usr/local/alphaev68-dec-osf5.1a/bin/
-B/usr/local/alphaev68-dec-osf5.1a/lib/ -isystem
/usr/local/alphaev68-dec-osf5.1a/include -isystem
/usr/local/alphaev68-dec-osf5.1a/sys-include -mieee -g -O2 -o .libs/jv-convert
--main=gnu.gcj.convert.Convert -shared-libgcc 
-L/home/htl10/tmp-build/g-svn/alphaev68-dec-osf5.1a/libjava/.libs
-L/home/htl10/tmp-build/g-svn/alphaev68-dec-osf5.1a/libjava ./.libs/libgcj.so
-lpthread -lrt -Wl,-rpath -Wl,/usr/local/lib
/bin/ld:
Invalid flag usage: Wl,-rpath, -Wx,-option must appear after -_SYSTYPE_SVR4 
/bin/ld: Usage: /bin/ld [options] file [...]
collect2: ld returned 1 exit status
make[3]: *** [jv-convert] Error 1
make[3]: Leaving directory
`/home/htl10/tmp-build/g-svn/alphaev68-dec-osf5.1a/libjava'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/htl10/tmp-build/g-svn/alphaev68-dec-osf5.1a/libjava'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/home/htl10/tmp-build/g-svn'
make: *** [all] Error 2
-------------------------


-- 
           Summary: Invalid flag usage: Wl,-rpath, -Wx,-option must appear
                    after -_SYSTYPE_SVR4
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: htl10 at users dot sourceforge dot net
  GCC host triplet: alphaev68-dec-osf5.1a


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


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

end of thread, other threads:[~2012-09-10 21:21 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-40947-8172@http.gcc.gnu.org/bugzilla/>
2010-12-15 14:57 ` [Bug libgcj/40947] Invalid flag usage: Wl,-rpath, -Wx,-option must appear after -_SYSTYPE_SVR4 htl10 at users dot sourceforge.net
2010-12-15 19:23 ` rwild at gcc dot gnu.org
2010-12-16  0:23 ` htl10 at users dot sourceforge.net
2011-04-30 19:04 ` htl10 at users dot sourceforge.net
2011-04-30 19:16 ` htl10 at users dot sourceforge.net
2011-04-30 20:53 ` htl10 at users dot sourceforge.net
2011-05-01 10:18 ` htl10 at users dot sourceforge.net
2011-07-19 12:10 ` ro at gcc dot gnu.org
2011-07-19 12:12 ` ro at gcc dot gnu.org
2011-08-02 23:32 ` htl10 at users dot sourceforge.net
2011-08-03 11:38 ` ro at CeBiTec dot Uni-Bielefeld.DE
2011-08-03 15:39 ` htl10 at users dot sourceforge.net
2011-08-03 15:43 ` ro at CeBiTec dot Uni-Bielefeld.DE
2011-08-05  5:48 ` htl10 at users dot sourceforge.net
2012-09-01 14:32 ` htl10 at users dot sourceforge.net
2012-09-10 16:28 ` htl10 at users dot sourceforge.net
2012-09-10 21:21 ` htl10 at users dot sourceforge.net
2009-08-03  8:55 [Bug libgcj/40947] New: " htl10 at users dot sourceforge dot net
2009-08-03  8:57 ` [Bug libgcj/40947] " htl10 at users dot sourceforge dot net
2010-07-14 10:05 ` htl10 at users dot sourceforge dot net
2010-07-15 21:29 ` htl10 at users dot sourceforge dot net

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).