Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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 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 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 #include 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/