[sr #108201] libtool problems with -export-symbols-regex on solaris with gcc-4.7.x

2012-12-10 Thread Richard PALO
URL: Summary: libtool problems with -export-symbols-regex on solaris with gcc-4.7.x Project: GNU Libtool Submitted by: risto3 Submitted on: lun. 10 déc. 2012 13:58:02 GMT Category:

Is it possible to force GNU libtool to use the Solaris CC compiller instead of GCC?

2012-12-10 Thread Frank Chang
Good morning, I was curious whether it is possible to force GNU libtool to use the Solaris CC compiller instead of GCC? If so, how might that be done? Thank you ___ https://lists.gnu.org/mailman/listinfo/libtool

Re: Is it possible to force GNU libtool to use the Solaris CC compiller instead of GCC?

2012-12-10 Thread Robert Boehne
./configure ... CXX=/opt/solarisstudio12.3/bin/CC CC=/opt/solarisstudio12.3/bin/cc On Mon, Dec 10, 2012 at 5:44 AM, Frank Chang wrote: > Good morning, I was curious whether it is possible to force GNU libtool to > use the Solaris CC compiller instead of GCC? If so, how might that be done? > Tha

RE: Is it possible to force GNU libtool to use the Solaris CC compiller instead of GCC?

2012-12-10 Thread Frank Chang
Robert Boehne, I just tested: ./configure ... CXX=/opt/solarisstudio12.3/bin/CC CC=/opt/solarisstudio12.3/bin/cc followed by make on the libcurl(the well known multiiprotocol file transfer protocol such as SMTP) release 7.28.1. The build had no compile errors. Thank you for your help.