Closed
Bug 207401
Opened 22 years ago
Closed 21 years ago
Win32 compiler/linker option correction
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.6alpha
People
(Reporter: steve, Assigned: leaf)
Details
Attachments
(2 files)
497 bytes,
patch
|
adamlock
:
review+
|
Details | Diff | Splinter Review |
263 bytes,
patch
|
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
Build Identifier:
config/rules.mk specifies a linker flag to the compiler which is incorrect.
Patch attached to address the problem.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Reporter | ||
Comment 1•22 years ago
|
||
Reporter | ||
Comment 2•22 years ago
|
||
The /DEF command line switch is a linker option, not a compiler one.
The compiler interprets the incorrect switch as a define, which is surely not
the intended behaviour.
Updated•22 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Reporter | ||
Comment 3•22 years ago
|
||
This is not an enhancement, its a bug that needs fixing. It needs adressing to
enable the tree to build using compilers that do not ignore this incorrect
command line switch, such as the Intel C compiler. I have Intel's attention at
the moment, so if we can get the tree 'clean' with respect to their compiler,
we stand more chance of them addressing outstanding issues that we cannot
resolve on our own - i.e. compiler internal errors that I'm trying to track
down. The less modifications Intel have to make to the source tree to get it to
compiler, the more likely they are to help us ... You get the idea ...
Severity: enhancement → normal
Comment 4•22 years ago
|
||
Comment on attachment 124375 [details] [diff] [review]
Win32 compiler/linker option correction
seawood needs to review this.. sonds like the right thing though.
Attachment #124375 -
Flags: review?(seawood)
Comment 5•22 years ago
|
||
Comment on attachment 124375 [details] [diff] [review]
Win32 compiler/linker option correction
You need a win32 developer to review this.
Attachment #124375 -
Flags: review?(seawood)
Reporter | ||
Comment 6•22 years ago
|
||
Would be nice to get this into 1.4, but not essential.
Do I need to do anything else to get this moving along ?
Reporter | ||
Comment 7•22 years ago
|
||
Adam - can you review this, please.
Comment on attachment 124375 [details] [diff] [review]
Win32 compiler/linker option correction
r=adamlock
Attachment #124375 -
Flags: review+
Mass reassign of Build/Config bugs to Leaf.
Assignee: mozbugs-build → leaf
Comment 10•21 years ago
|
||
leaf, can you checkin steve's patch?
Comment 11•21 years ago
|
||
got moa=bryner on IRC, fixed-on-trunk
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Target Milestone: --- → mozilla1.6alpha
Comment 12•21 years ago
|
||
there is some strange sign at the end of the line it looks like ctrl-m like
that note sign.
![]() |
||
Comment 13•21 years ago
|
||
Comment on attachment 133386 [details] [diff] [review]
patch
I just checked in this patch to fix the linker bustage bernd was having... this
just removes a stray ^M that was at the end of that line.
Attachment #133386 -
Flags: superreview+
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•