This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Creating a Windows dll in Linux?


On Wed, Jul 26, 2006 at 09:59:46AM -0400, michael.kropinski@gm.com wrote:
>Is it possible to create a Windows dll in Linux for this code?

Yes.

>Do I have to have a cross-compiler?

Yes.  See http://www.kegel.com/crosstool/ for one example of tools available
for creating a cross-compiler

>I was hoping to not have to compile the source code twice.

Windows != Linux.  Your really do have to recompile.

>If I converted this code into a library (in Linux), are there tools
>available either for Linux or Windows that would convert the library to
>a Windows dll.

No.

cgf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]