On Sun, Nov 15, 2009 at 02:53:24PM -0800, Martin Dorey wrote:
>>Before the reloc changes, you'd already get an error if your program
>>used ctype functions.
>
>Thinking it might be useful to get the error messages into the
>googlotron, I tried to demonstrate this with little programs like this:
>
>
2009/11/15 Martin Dorey:
>> Before the reloc changes, you'd already get an error if
>> your program used ctype functions.
>
> Thinking it might be useful to get the error messages into the googlotron, I
> tried to demonstrate this with little programs like this:
>
> $ cat /tmp/ctype.c
> #include
> Before the reloc changes, you'd already get an error if
> your program used ctype functions.
Thinking it might be useful to get the error messages into the googlotron, I
tried to demonstrate this with little programs like this:
$ cat /tmp/ctype.c
#include
int main() {
return tolower(' ');
2009/11/15 Martin Dorey:
> Linking a C program using 1.7.0-63 or 1.7.0-64 causes this runtime error when
> attempting to run the program on Cygwin 1.5:
>
> "The procedure entry point cygwin_create_path could not be located in the
> dynamic link library cygwin1.dll".
>
> This happens with gcc-3 or
Linking a C program using 1.7.0-63 or 1.7.0-64 causes this runtime error when
attempting to run the program on Cygwin 1.5:
"The procedure entry point cygwin_create_path could not be located in the
dynamic link library cygwin1.dll".
This happens with gcc-3 or gcc-4 - it's the Cygwin version that
5 matches
Mail list logo