dll creation

Armin Diehl diehl@nordrhein.de
Fri Apr 18 19:10:00 GMT 2003


i tried a small sample and i always get a protection fault in 
cygwin1.dll if i call the funtion in the dll:

#include <stdio.h>

int hello ()
{
   printf ("hello\n");
}

gcc -c test.c
gcc -shared -o test.dll test.o

will create the dll. If hello is called, i get a protection fault in 
cygwin1.dll at 000C8C81, Read of address 00000144.

I already updated everything today. This happens on xp. Is there some 
kind of init needed ? (Btw, the calling program does not use the cygwin dll)

gcc --verion: gcc (GCC) 3.2 20020927 (prerelease)
ld -V: GNU ld version 2.13.90 20030308



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list