Closed
Bug 170266
Opened 23 years ago
Closed 23 years ago
Makefile of the security module doesn't honor the CC env. variable
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
People
(Reporter: yuanyi21, Assigned: netscape)
Details
I use "export CC="$FORTEHOME/bin/cc" to point the cc under my Forte directory.
But when I try to compile the security/manager module, it just use "cc -o ...."
to compile the source files. It will be failed that if I have /usr/ucb, where
the ucbcc located, before $FORTEHOME/bin in $PATH, because mozilla will
use /usr/ucb/cc as the compiler.
| Assignee | ||
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 93026 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Comment 2•23 years ago
|
||
*** This bug has been marked as a duplicate of 93206 ***
*** This bug has been marked as a duplicate of 93206 ***
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•