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
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
> -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 -
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
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
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
> -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
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:
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
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
10 matches
Mail list logo