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: <3DAAA7B7.2E076B3@imag.fr> Date: Mon, 14 Oct 2002 13:17:11 +0200 From: Pierre Habraken Organization: =?iso-8859-1?Q?Universit=E9?= Joseph Fourier X-Accept-Language: en MIME-Version: 1.0 To: gcc-help AT gcc DOT gnu DOT org, cygwin AT cygwin DOT com Subject: gcc 3.2 + ada + cygwin: nanosleep unknown Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Hello, When compiling an Ada program with gcc 3.2 in the Cygwin environment I get the following error at link time: $ gnatlink program.ali /opt/gnu/ada/lib/gcc-lib/i686-pc-cygwin/3.2/adalib/libgnat.a(s-osprim.o): In function `system__os_primitives__timed_delay': /usr/local/src/build-cygwin/gcc-3.2-ada/gcc/ada/rts/s-osprim.adb:145: undefined reference to `_nanosleep' collect2: ld returned 1 exit status gnatlink: cannot call /opt/gnu/ada/bin/gcc.exe gnatmake: *** link failed. Apparently the emulation of the (Posix) nanosleep() system call is not supported by Cygwin. This function is called by the Ada multi-tasking runtime for the execution of the 'delay' Ada statement. I configured gcc 3.2 with following options: $ srcdir/configure --prefix=/opt/gnu/ada --enable-languages=ada --enable-threads=win32 --disable-win32-registry I also tried a build with posix multi-threading instead of the win32 one, but the error still occured. I used the bootstrap compiler (gcc-3.2) made available by David (mailto:David DOT Billinghurst AT riotinto DOT com) a few weeks ago. Does anyone have an idea about a workaround I could try ? Thanks in advance for any help. Pierre -- ________________________________________________________________________ Pierre HABRAKEN - mailto:Pierre DOT Habraken AT imag DOT fr Tél: 04 76 82 72 83 - Fax: 04 76 82 72 87 IMAG-LSR BP72 38402 SAINT MARTIN D'HERES Cedex ________________________________________________________________________ -- 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/