﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
354	Export DLL symbols and create implib with gcc	KO Myung-Hun		"Hi/2.

There are tools to do this. They are dllar and kdllar. dllar is a bundle. It cannot control very long command line. It requires REXX launcher such as CMD.exe or kRx.exe. It does not support other objects extensions than .o and .obj. Whereas kdllar can do them, but it is a separate program.

So, it would be better to incorporate those facilities to ld and emxomfld. As a result, it will be possible to control with gcc.

In fact, mingw supports those flags such as

{{{
    --export-all-symbols : export all symbols
    ---exclude-symbols : exclude given symbols
    --output-def : genereate given .def file
    --out-implib : generate given implib file
}}}

If these are supported, we can generate DLLs and implibs with one command line. And this will be useful when porting some unix programs.
"	enhancement	new	normal	new	emx	0.6.6	normal			
