On Tue, 30 May 2000, Ossama Othman wrote:

> Hi Kevin,
> 
> Thanks for the simple test.  I just need to find a Solaris system with
> a busted libstdc++ installation, i.e. one that built without
> "--enable-shared."

That should not be too difficult because that is the default option when
building gcc.

> > AC_INIT(test.cc)
> > AM_INIT_AUTOMAKE(test, 1.0)
> > 
> > AC_PROG_CXX
> > AC_LANG_CPLUSPLUS
> > 
> > AM_PROG_LIBTOOL
> > AC_LIBTOOL_CXX
> 
> BTW, Alexandre committed some changs that make it possible to leave
> out the AC_LIBTOOL_CXX, so the C++ support is really transparent now
> (well, theoretically :-).

Oh, that well it is insisting on having the unneeded ltcf-gcj.sh in the
current directory if it is missing I get:

...
loading cache ./config.cache
ltconfig: `./ltcf-gcj.sh' does not exist
Try `ltconfig --help' for more information.
configure: error: libtool tag configuration failed

Not that big of a deal but quite annoying, especially since libtoolize
doesn't install it for you.


Another thing, what version of autoconf/automake due you recommend
using?  Using the CVS version I get all sorts of warning over obsolete
variables, but don't want to change them as that will loose all hope with
working with the released version.  I remember trying the released version
and had some problems with automake making the file <exec>.C as the
executable....

-- 
Kevin Atkinson
[EMAIL PROTECTED]
http://metalab.unc.edu/kevina/

Reply via email to