This is the mail archive of the gcc-patches@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: [PATCH] Don't link ecj1 against libgcj.so.* (PR libgcj/38396)


> No.  It's in conflict with the patch that I already wrote and posted
> to the list, and I'm about to commit.

In your patch you need to change -Wl,-L$(here)/.libs,-lgcj to
-Wl,-L$(here)/.libs,-L$(here)/_libs,-lgcj to support OSes where the
libtool internal directory is _libs (BTW maybe
-Wl,-L.libs,-L_libs,-Wl,-lgcj works too?).

(/me notes to self to try understanding what is Libtool doing under your
feet).

Paolo


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