| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-SWARE-Spam-Status: | No, hits=-0.7 required=5.0 tests=AWL,BAYES_05,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM |
| X-Spam-Check-By: | sourceware.org |
| Message-ID: | <871931.71201.qm@web25508.mail.ukl.yahoo.com> |
| Date: | Mon, 18 Oct 2010 16:26:36 +0100 (BST) |
| From: | Marco Atzeri <marco_atzeri AT yahoo DOT it> |
| Subject: | R: gfortran 4.3.4: NINT() intrinsic triggers undefined references to '_llround' and '_llroundf' |
| To: | cygwin AT cygwin DOT com, Cornelis de Gier <cwdegier AT gmail DOT com> |
| In-Reply-To: | <AANLkTimru_XVCwHrUsVUgbLfE7MjzO68NzA_14aUCWxZ@mail.gmail.com> |
| MIME-Version: | 1.0 |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| 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 |
--- Ven 15/10/10, Cornelis de Gier ha scritto:
> The NINT() intrinsic in current
> gfortran under current cygwin triggers
> undefined references to '_llround' and '_llroundf'. I found
> a somewhat
> related post here:
> http://sourceware.org/ml/cygwin/2010-06/msg00369.html ,
> but I could
> not deduce a solution from this message.
>=20
> Below follows a small test program and the output of
> gfortran. The
> test program worked OK on a linux system.)
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> program testnint
> integer, parameter :: kr64 =3D selected_real_kind(15,307)
> integer, parameter :: ki64 =3D selected_int_kind(18)
>=20
> real(kr64)::dp=3D1.
> real::r=3D2.
>=20
> write(*,*),nint(r,ki64)
> write(*,*),nint(dp,ki64)
>=20
> endprogram testnint
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> $ gfortran -Wall testnint.f90
> /tmp/ccqOJVB5.o:testnint.f90:(.text+0x5c): undefined
> reference to `_llroundf'
> /tmp/ccqOJVB5.o:testnint.f90:(.text+0xd1): undefined
> reference to `_llround'
> collect2: ld returned 1 exit status
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>=20
>=20
> Cornelis
>=20
next cygwin release/snapshot will solve it.
http://cygwin.com/ml/cygwin-patches/2010-q4/msg00005.html
$ gfortran -Wall testninit.f90 -o testninit
$ ./testninit
2
1
Marco
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |