This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc 3 on solaris dependency problem with libgcc_s.so.1


Trying to upgrade to PostgreSQL 7.2.1 and building with gcc 3.0.3. I'm
trying to find a way to avoid needing LD_LIBRARY_PATH (which points to
libgcc_s.so.1) to be read by cron, cgi, and php scripts. It's a real pain to
get environment variables to work in cgi scripts.

Was told to try setting LDFLAGS but that didn't work. Here's my latest
config command:

setenv LDFLAGS="-L/usr/local/lib -R/usr/local/bin"; ./configure
--with-includes=/usr/local/include
--with-libraries=/usr/local/lib:/usr/local/ssl/lib:/usr/local/lib/sasl
--enable-syslog


Was also told to go back to 2.95 if I couldn't resolve it.

Can anyone help? Will 3.1 be any better?


-- 
Randy Perry
sysTame
Mac Consulting/Sales

phn                 772.589.6449
mobile email        help@systame.com



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]