Обсуждение: Postgres 8.0.1 on Solaris 10 Sparc: library -lgcc_s: not found
I am installing Postgres 8.0.1 on Solaris 10 Sparc:
I am getting this error
gcc -shared -h libascii_and_mic.so.0 ascii_and_mic.o -L../../../../../../src/port -o libascii_and_mic.so.0.0
ld: fatal: library -lgcc_s: not found
ld: fatal: library -lgcc_s: not found
ld: fatal: File processing errors. No output written to libascii_and_mic.so.0.0
collect2: ld returned 1 exit status
make[3]: *** [libascii_and_mic.so.0.0] Error 1
make[3]: Leaving directory `/export/home/softwares/postgresql-8.0.1/src/backend/utils/mb/conversion_procs/ascii_and_mic'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/export/home/softwares/postgresql-8.0.1/src/backend/utils/mb/conversion_procs'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/export/home/softwares/postgresql-8.0.1/src'
make: *** [all] Error 2
Regards
Dinesh Pandey
----------------------------------------------------------------------------------
Hello. You (Dinesh Pandey) wrote: > I am installing Postgres 8.0.1 on Solaris 10 Sparc: > [...] > I am getting this error > [...] > ld: fatal: library -lgcc_s: not found How did you configure? I built 8.0.2 using ./configure --prefix=/opt/local (i.e. nothing special) on a fresh Solaris 10 03/05 installation and used the gcc supplied by Sun (in /usr/sfw/bin/gcc), and everything went fine. BTW, is pgsql-sql the appropriate list for this kind of question? Rainer ---------------------------------------------------------------------- Rainer J. H. Brandt email: rjhb@bb-c.de Brandt & Brandt Computer GmbH web: www.bb-c.de Kamberg 111 phone: +49 2448 919126 D 53940 Hellenthal mobile: +49 172 9593205