| 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://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/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 |
| Message-ID: | <3E22D4D4.7040106@roadrunner.uk.com> |
| Date: | Mon, 13 Jan 2003 15:01:40 +0000 |
| From: | Ben Clewett <Ben AT roadrunner DOT uk DOT com> |
| Organization: | Road Tech Computer System Ltd |
| User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2) Gecko/20021126 |
| X-Accept-Language: | en-us, en |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Newbe getting errors from CYGWIN dll |
Dear cgywin:
Just installed latest everything from your site.
I am trying to use the latest gcc to compile a small program of my own.
When I do I get:
(X) The procedure entry point putc_unlocked could not be located in the
dynamic link libruary cygwin1.dll
Can you please give me some advice?
Total content of program:
#include <stdio.h>
#include <unistd.h>
main()
{
printf("My PID: %d\n", getpid());
printf("Parent PID: %d\n", getppid());
}
Thanks, Ben.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |