This is the mail archive of the rhug-rhats@sources.redhat.com mailing list for the RHUG 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: install broken?


On 28 Dec 2002, Anthony Green wrote:
> On Sat, 2002-12-28 at 08:20, Jeff Sturm wrote:
> > Does anyone else see this?  What might I have done wrong?
>
> For some reason libtool does not want to build static libraries.

This hack seems to work.  I think some things are simply missing in the
GCJ tag configuration.  Linking with --tag=CXX also works.

(The comments in aclocal.m4 suggest it is a generated file, but generated
from what?  I don't really get all this autoconf/libtool stuff.)

Index: aclocal.m4
===================================================================
RCS file: /cvs/rhug/rhug/aclocal.m4,v
retrieving revision 1.9
diff -u -p -r1.9 aclocal.m4
--- aclocal.m4  24 Dec 2002 16:29:31 -0000      1.9
+++ aclocal.m4  30 Dec 2002 23:47:14 -0000
@@ -3655,6 +3655,7 @@ _LT_AC_TAGVAR(compiler, $1)=$CC

 # GCJ did not exist at the time GCC didn't implicitly link libc in.
 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds

 _LT_AC_TAGVAR(GCC, $1)="$GXX"
 _LT_AC_TAGVAR(LD, $1)="$LD"


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