http://d.puremagic.com/issues/show_bug.cgi?id=9311
Summary: shared library file extension incorrectly modified
Product: D
Version: D2
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Jordi Sayol <[email protected]> 2013-01-12 22:26:50 PST ---
On Linux, when generating a shared library and the file extension given to
"-of" is not "so", dmd always replaces it with "so".
i.e.
$ dmd -shared -oflibfoo.so.0.2.6 foo.o
generates "libfoo.so.0.2.so" when expected "libfoo.so.0.2.6"
"release" version number is incorrectly replaced by "so"
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------