Closed Bug 491 Opened 27 years ago Closed 27 years ago

Some Makefiles use $(CCC) to link executables

Categories

(SeaMonkey :: Build Config, defect, P3)

DEC
All

Tracking

(Not tracked)

CLOSED WORKSFORME

People

(Reporter: Randy.Austin, Assigned: briano)

Details

Created by (Randy.Austin@digital.com) on Friday, July 17, 1998 11:01:10 AM PDT Additional Details : The three Makefiles xpcom/tests/Makefile nsprpub/lib/prstreams/tests/testprstrm/Makefile network/module/tests/Makefile link executables via $(CCC). On Digital UNIX, CCC includes the "-x cxx" option, which does not understand that .so files are not cxx files (it does understand .o and .a files). Therefore those makefiles fail on Digital UNIX. My quick fix after finding the first one was to find the rest and to add "-x none" to the "$(CCC) -o" command. However modifying the Makefiles to use the save targets that all other Makefiles use is the correct fix.
Status: NEW → RESOLVED
Closed: 27 years ago
Resolution: --- → WORKSFORME
I can't find a "-x cxx" anywhere anymore. I'm going to assume this got fixed while I was away. Please let me know if I'm wrong, and cc: the owners of the affected files.
Status: RESOLVED → CLOSED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.