Re: cygwin_create_path import stops executable from running on 1.5 since 1.7.0-63

2009-11-15 Thread Christopher Faylor
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: > >

Re: cygwin_create_path import stops executable from running on 1.5 since 1.7.0-63

2009-11-15 Thread Andy Koppe
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

RE: cygwin_create_path import stops executable from running on 1.5 since 1.7.0-63

2009-11-15 Thread 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 int main() { return tolower(' ');

Re: cygwin_create_path import stops executable from running on 1.5 since 1.7.0-63

2009-11-15 Thread Andy Koppe
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

cygwin_create_path import stops executable from running on 1.5 since 1.7.0-63

2009-11-15 Thread 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 gcc-4 - it's the Cygwin version that