This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

Re: [GCC BUG] -I switch not functioning correctly.


On Mon, Dec 13, 1999 at 05:55:33PM -0600, Mumit Khan wrote:
>Earnie Boyd <earnie_boyd@yahoo.com> writes:
>> 
>> I've another problem though.  In building Mumits JAVA-JNI examples I'm gettin
>> g
>> the missing WinMain@16 error from dllwrap which comes from the CD version.
>> 
>> Any clues?
>
>It's an unfortunate bug in dllwrap that checks for cygwin32 in target
>name instead just cygwin; I'll get it fixed for next release. 

I don't know if anyone has noticed that you may not need dllwrap as much
in the CD release.  DJ added functionality to ld which should make it
a lot easier to build DLLs.  Essentially you can say something like:

ld -shared -o foo.dll --export-all-symbols foo.o bar.o

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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