Re: libpng issues

2004-11-12 Thread Charles Wilson
Marco Alanen wrote: Yes it's installed, otherwise it wouldn't compile nor run :) > Please contact the distributor of your MinGW libpng since this library > is not distributed with Cygwin it is not supported here. Ok. I just thought that since it's included in the cygwin installer, someone here m

Re: libpng issues

2004-11-12 Thread Christopher Faylor
On Fri, Nov 12, 2004 at 03:14:41PM +0100, Marco Alanen wrote: >Gerrit P. Haase wrote: >> Marco Alanen wrote: >> >>> Gerrit P. Haase wrote: >>> Marco Alanen wrote: > After successfully porting our application from Linux to cygwin, > most of the functions work, except for one thing

RE: libpng issues

2004-11-12 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Marco Alanen > Sent: 12 November 2004 14:11 > Dave Korn wrote: > >>-Original Message- > >>From: cygwin-owner On Behalf Of Marco Alanen > >>Sent: 12 November 2004 13:56 > > > > > >>Compiled with: > >>gcc -o pngtest pngtest.c -

Re: libpng issues

2004-11-12 Thread Marco Alanen
Gerrit P. Haase wrote: > Marco Alanen wrote: > >> Gerrit P. Haase wrote: >> >>> Marco Alanen wrote: >>> After successfully porting our application from Linux to cygwin, most of the functions work, except for one thing - png images. As soon as I call png_create_read_struct, the appli

Re: libpng issues

2004-11-12 Thread Marco Alanen
Dave Korn wrote: -Original Message- From: cygwin-owner On Behalf Of Marco Alanen Sent: 12 November 2004 13:56 Compiled with: gcc -o pngtest pngtest.c -mno-cygwin -mwin32 -mwindows -lpng ^^^ Not a cygwin problem then. cheers, DaveK So where sh

Re: libpng issues

2004-11-12 Thread Gerrit P. Haase
Marco Alanen wrote: Gerrit P. Haase wrote: Marco Alanen wrote: After successfully porting our application from Linux to cygwin, most of the functions work, except for one thing - png images. As soon as I call png_create_read_struct, the application will imediately hang and start using up all av

RE: libpng issues

2004-11-12 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Marco Alanen > Sent: 12 November 2004 13:56 > Compiled with: > gcc -o pngtest pngtest.c -mno-cygwin -mwin32 -mwindows -lpng ^^^ Not a cygwin problem then. cheers, DaveK -- Can't think o

Re: libpng issues

2004-11-12 Thread Marco Alanen
Some simple code: #include #include int main(int argc, char **argv) { png_structp png_ptr = png_create_read_struct (PNG_LIBPNG_VER_STRING, NULL, NULL, NULL); return 0; } Compiled with: gcc -o pngtest pngtest.c -mno-cygwin -mwin32 -mwindows -lpng Additional info:

Re: libpng issues

2004-11-12 Thread Marco Alanen
Gerrit P. Haase wrote: Marco Alanen wrote: After successfully porting our application from Linux to cygwin, most of the functions work, except for one thing - png images. As soon as I call png_create_read_struct, the application will imediately hang and start using up all available CPU power. T

Re: libpng issues

2004-11-12 Thread Gerrit P. Haase
Marco Alanen wrote: After successfully porting our application from Linux to cygwin, most of the functions work, except for one thing - png images. As soon as I call png_create_read_struct, the application will imediately hang and start using up all available CPU power. This happens with both l