I am trying to install gettext (to use with php). I build it with the following options:
CC="/usr/local/bin/gcc" ./configure --prefix=/opt/apache/htdocs/webmail/gettext
and it works fine. But when I do make, it exits with the following error:
/usr/ccs/bin/ld: Can't find library: "gcc_s"
collect2: ld returned 1 exit status
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
******
I am using version 3.3.2 of gcc. I have tried giving:
--libdir=/usr/local/lib
option to gcc, but make still fails.
Any ideas on how I can fix this?
Thanks,
Deepa