[Issue 9311] New: shared library file extension incorrectly modified
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jan 12 22:26:52 PST 2013
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: nobody at puremagic.com
ReportedBy: g.sayol at yahoo.es
--- Comment #0 from Jordi Sayol <g.sayol at yahoo.es> 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: -------
More information about the Digitalmars-d-bugs
mailing list