| www.delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| To: | cygwin AT cygwin DOT com |
| From: | Marco Alanen <marco DOT alanen AT sbg DOT se> |
| Subject: | Re: libpng issues |
| Date: | Fri, 12 Nov 2004 14:57:30 +0100 |
| Lines: | 18 |
| Message-ID: | <cn2fga$9va$2@sea.gmane.org> |
| References: | <cn264o$f0d$1 AT sea DOT gmane DOT org> <4194B95F DOT 4080209 AT familiehaase DOT de> <cn2fco$9va$1 AT sea DOT gmane DOT org> |
| Mime-Version: | 1.0 |
| X-Complaints-To: | usenet AT sea DOT gmane DOT org |
| X-Gmane-NNTP-Posting-Host: | 213.115.150.209 |
| User-Agent: | Mozilla Thunderbird 0.9 (X11/20041103) |
| In-Reply-To: | <cn2fco$9va$1@sea.gmane.org> |
| X-IsSubscribed: | yes |
> Some simple code:
> #include <stdio.h>
> #include <png.h>
>
> 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: it works if I remove the -mno-cygwin flag.
/Marco
--
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |