This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: undefined reference
- From: NightStrike <nightstrike at gmail dot com>
- To: FX <fxcoudert at gmail dot com>
- Cc: "Fortran List" <fortran at gcc dot gnu dot org>
- Date: Tue, 29 Apr 2008 11:50:47 -0400
- Subject: Re: undefined reference
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=YjMaGtylNE0g4SNJAjvwJ9yQym4XOeyJHgjPn+3bq30=; b=vJ7djdo1npQA8Y/vrZ/3NDsSxfpq8gpYgSbtCRgVRKMhSVLE/+kThuhjKxPU1T+6ulfKIzFMP2vkBZOrmdBP5yF7rXXV4UwKUgQVyZIZLvZCEamBwtsTnp69w90gVo6K5092MxvcTFVDvpMYpmjdsd83UCJakq+kNCqd/LMW+wI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Cul/lsJ6yVuGhxhTldzNMl1bp4xnymW5yp6ac56/Df6OrKaeYhW+cOm3+8VQ74e5B11kTJmKEUlaL6Ggj+W1mAgMGJ8ujP60js0hXZWI1RAiMQ9pEFJG4uGtme8QZvoI3wQtPGxs15O3E4rwfsGHcUXJl71vcrZwojFKD2CzXf8=
- References: <b609cb3b0804290830r5e16ad22j25d8f21b8c662a66@mail.gmail.com> <3A3D3A4E-DCA3-43F2-B12B-14E1DC421E47@gmail.com>
On 4/29/08, FX <fxcoudert@gmail.com> wrote:
> > /tmp/cc2gMphB.o:chmod_1.f90:(.text+0x25f): undefined
> reference to
> > `__gfortran_chmod_i4_sub'^M
> > /tmp/cc2gMphB.o:chmod_1.f90:(.text+0x2d9): undefined
> reference to
> > `__gfortran_chmod_i4_sub'^M
> > /tmp/cc2gMphB.o:chmod_1.f90:(.text+0x2e5): undefined
> reference to
> > `__gfortran_getuid'^M
> > collect2: ld returned 1 exit status^M
> >
> > FAIL: gfortran.dg/chmod_1.f90 -O0 (test for excess errors)
> >
>
>
> On mingw, we don't offer GETUID and CHMOD intrinsics (there are a few other
> intrinsics in that situation), so you need to disable (I think it's
> "dg-skip") the testcase on these targets.
So these tests are unsupported?