Re: Need help with libtool on Solaris

2004-02-13 Thread johnny henrik
Hi, How do I configure libtool to work with CC compiler? Please give my some pointer/link ... ThanksAlbert Chin [EMAIL PROTECTED] wrote: On Wed, Feb 11, 2004 at 02:08:42PM -0800, johnny henrik wrote: I am stuck with this issue. Please help Our libtool work fine with gnu gcc. now we want to

Re: Need help with libtool on Solaris

2004-02-13 Thread Albert Chin
On Fri, Feb 13, 2004 at 10:52:02AM -0800, johnny henrik wrote: How do I configure libtool to work with CC compiler? Please give my some pointer/link ... Build it just like you did to create /usr/local/bin/libtool but use The Sun C compiler (i.e. CC=cc CFLAGS=blah). -- albert chin ([EMAIL

Need help with libtool on Solaris

2004-02-11 Thread johnny henrik
I am stuck with this issue. Please help Our libtool work fine with gnu gcc. now we want to cofigure it to work with /opt/SUNWspro/bin/CC compiler. And it fail when it links. Notice that it still use "gcc -share" instead of /opt/SUNWspro/bin/CC -shared. Why? and how do i make it to use

Re: Need help with libtool on Solaris

2004-02-11 Thread Albert Chin
On Wed, Feb 11, 2004 at 02:08:42PM -0800, johnny henrik wrote: I am stuck with this issue. Please help Our libtool work fine with gnu gcc. now we want to cofigure it to work with / opt/SUNWspro/bin/CC compiler. And it fail when it links. Notice that it still use gcc -share instead of