Closed
Bug 212199
Opened 22 years ago
Closed 22 years ago
configure fails with Sun Workshop Compiler Pro 8.0
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 177486
People
(Reporter: cbiere, Assigned: mozbugs-build)
Details
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.4) Gecko/20030702
Build Identifier: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.4) Gecko/20030702
configure: error: Forte version WS6U2 or higher is required to build.
Your compiler version is Sun C 5.5 Patch 112760-01 2003/05/18 .
Here are the results for various compiler Versions. As you see 8.0 has
a different version scheme.
$ /opt/SUNWspro-6.2/bin/cc -V|head -n 1
cc: Sun WorkShop 6 update 2 C 5.3 Patch 111679-08 2002/05/09
$ /opt/SUNWspro-7.0/bin/cc -V|head -n 1
cc: Forte Developer 7 C 5.4 2002/03/09
$ /opt/SUNWspro-8.0/bin/cc -V|head -n 1
cc: Sun C 5.5 Patch 112760-01 2003/05/18
Reproducible: Always
Steps to Reproduce:
CC=/opt/SUNWspro-8.0/bin/cc CXX=/opt/SUNWspro-8.0/bin/cc ./configure
Actual Results:
See above. configure stopped.
Expected Results:
Detect the correct compiler version. Also check the date.
Comment 1•22 years ago
|
||
This should have already been fixed on the trunk. What version of Mozilla are
you trying to build?
Comment 2•22 years ago
|
||
yep, bug 177486.
Updated•22 years ago
|
OS: SunOS → Solaris
With no further info to go on, I'm marking this a dupe of bug 177486. Reopen if
necessary.
*** This bug has been marked as a duplicate of 177486 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•