Hi Ralf,

Thanks.  I was able to compile now.  However, I was expecting that it will
produce both the static and shared libraries.    In linux, it's fine.  In
solaris, only the .a is produced.

Really appreciate the help.

Thanks,
CHino

On 4/29/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote:

* Ralf Wildenhues wrote on Sat, Apr 29, 2006 at 09:01:51AM CEST:
>
> It should suffice to
>
>   ./configure CPPFLAGS=-m64 LDFLAGS=-m64

Darn; that should've been
  ./configure CXXFLAGS=-m64 LDFLAGS=-m64

of course (and also CFLAGS=-m64 if you also compile C code).

_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to