Closed Bug 90666 Opened 24 years ago Closed 24 years ago

Make ImportCharSet::m_Ascii strong

Categories

(MailNews Core :: Backend, defect)

Other
OpenVMS
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED
mozilla0.9.6

People

(Reporter: colin, Assigned: mscott)

Details

Attachments

(1 file)

ImportCharSet::m_Ascii, defined in mailnews/import/src/ImportCharSet.cpp, is defined as a weak symbol on OpenVMS. This causes a problem when I perform a static build because the linker can't find the symbol (referenced in nsImportTranslator). In order to get the compiler to generate a strong symbol I need to give it a value. Attached is a patch. If someone will review/approve, I'll check it in.
Whiteboard: still awaiting review
Almost three months since I posted this bug and patch, and I'm still waiting for a review (or a comment of some sort). cc'ing sspitzer as another possible source of review.
Comment on attachment 42180 [details] [diff] [review] Patch to make symbol strong r/sr=sspitzer
Attachment #42180 - Flags: superreview+
Checked in. Marking fixed.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Whiteboard: still awaiting review
Target Milestone: --- → mozilla0.9.6
lxr says: 1.5 colin%theblakes.com Oct 29 13:14 This comment really goes with the last checkin whose comment I fat-fingered. Add an initialiser to ImportCharSet::m_Ascii so that it becomes a strong symbol and therefore visible to the OpenVMS linker. b=90666 r/sr=sspitzer 1.4 colin%theblakes.com Oct 29 12:07 ImportCharSet::m_AsciiImportCharSet.cpp
Status: RESOLVED → VERIFIED
Product: MailNews → Core
Product: Core → MailNews Core
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: