Closed
Bug 126952
Opened 24 years ago
Closed 24 years ago
Build with --enable-crypto on Solaris with GNU tools fails.
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
People
(Reporter: larsch, Assigned: netscape)
Details
I build mozilla-0.9.8 without problems on Solaris with recent GNU gcc, fileutils and binutils installed. However when I --enable-crypto, the build fails with this output:
gcc -G -h libfreebl_hybrid_3.so -shared -Wl,-B,symbolic,-z,defs,-z,now,-z,text,-M,mapfile.Solaris -o SunOS5.8_OPT.OBJ/libfreebl_hybrid_3.so SunOS5.8_OPT.OBJ/ldvector.o SunOS5.8_OPT.OBJ/prng_fips1861.o SunOS5.8_OPT.OBJ/sha_fast.o SunOS5.8_OPT.OBJ/md2.o SunOS5.8_OPT.OBJ/md5.o SunOS5.8_OPT.OBJ/alg2268.o SunOS5.8_OPT.OBJ/arcfour.o SunOS5.8_OPT.OBJ/arcfive.o SunOS5.8_OPT.OBJ/desblapi.o SunOS5.8_OPT.OBJ/des.o SunOS5.8_OPT.OBJ/rijndael.o SunOS5.8_OPT.OBJ/dh.o SunOS5.8_OPT.OBJ/pqg.o SunOS5.8_OPT.OBJ/dsa.o SunOS5.8_OPT.OBJ/rsa.o SunOS5.8_OPT.OBJ/mpprime.o SunOS5.8_OPT.OBJ/mpmontg.o SunOS5.8_OPT.OBJ/mplogic.o SunOS5.8_OPT.OBJ/mpi.o SunOS5.8_OPT.OBJ/mpi_sparc.o SunOS5.8_OPT.OBJ/mpv_sparcv8.o SunOS5.8_OPT.OBJ/montmulfv8.o /q/exa_0/moz/mozilla/dist/lib/libsecutil.a -L/q/exa_0/moz/mozilla/dist/lib/ -lplc4 -lplds4 -lnspr4 -lc
/pack/gcc-2.95.3/sparc-sun-solaris2.8/bin/ld: unrecognized option '-B'
/pack/gcc-2.95.3/sparc-sun-solaris2.8/bin/ld: use the --help option for usage information
collect2: ld returned 1 exit status
make[6]: *** [SunOS5.8_OPT.OBJ/libfreebl_hybrid_3.so] Error 1
make[6]: Leaving directory `/q/exa_0/moz/mozilla/security/nss/lib/freebl'
make[5]: *** [libs] Error 2
make[5]: Leaving directory `/q/exa_0/moz/mozilla/security/nss/lib/freebl'
make[4]: *** [libs] Error 2
make[4]: Leaving directory `/q/exa_0/moz/mozilla/security/nss/lib'
make[3]: *** [libs] Error 2
make[3]: Leaving directory `/q/exa_0/moz/mozilla/security/manager'
make[2]: *** [tier_95] Error 2
make[2]: Leaving directory `/q/exa_0/moz/mozilla'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/q/exa_0/moz/mozilla'
make: *** [build] Error 2
This is on both Intel and Sparc Solaris.
| Assignee | ||
Comment 1•24 years ago
|
||
*** This bug has been marked as a duplicate of 91224 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•