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

On Tue, May 30, 2000 at 08:43:17PM -0400, Kevin Atkinson wrote:
> 
> 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 :-).

> AC_OUTPUT(Makefile)
> 
> >>test.cc:
> 
> #include <iostream>
> 
> void foo() {
>    cout << "What!" << endl;
> }

Thanks!
-Ossama
-- 
Ossama Othman <[EMAIL PROTECTED]>
Distributed Object Computing Laboratory, Univ. of California at Irvine
1024D/F7A394A8 - 84ED AA0B 1203 99E4 1068  70E6 5EB7 5E71 F7A3 94A8

Reply via email to