From owner-freebsd-alpha@FreeBSD.ORG Tue Apr 8 13:52:10 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B7BE37B401; Tue, 8 Apr 2003 13:52:10 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-63-207-60-150.dsl.lsan03.pacbell.net [63.207.60.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EDFD43FAF; Tue, 8 Apr 2003 13:52:07 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 1D27F66D16; Tue, 8 Apr 2003 13:52:07 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id EF21210F6; Tue, 8 Apr 2003 13:52:06 -0700 (PDT) Date: Tue, 8 Apr 2003 13:52:06 -0700 From: Kris Kennaway To: alpha@FreeBSD.org Message-ID: <20030408205206.GA66084@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="W/nzBZO5zC0uMSeA" Content-Disposition: inline User-Agent: Mutt/1.4i cc: brian@FreeBSD.org Subject: /usr/lib/crtfastmath.o(.text+0x1c): undefined reference to `__ieee_set_fp_control' X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2003 20:52:10 -0000 --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I think this has come up before, but: http://bento.freebsd.org/errorlogs/alpha-5-latest/vlc-0.4.4.log cc -O -pipe -mcpu=3Dev4 -mtune=3Dev5 -pthread -DSYS_FREEBSD5_0 -finline-lim= it-30000 -Wall -Winline -pipe -D_FILE_OFFSET_BITS=3D64 -D__USE_UNIX98 -D_LA= RGEFILE64_SOURCE -DLOCALEDIR=3D\"/usr/local/share/locale\" -DDATA_PATH=3D\"= /usr/local/share/videolan\" -DPLUGIN_PATH=3D\"/usr/local/lib/videolan/vlc\"= -Iinclude -Iextras -D_REENTRANT -D_GNU_SOURCE -O3 -ffast-math -funroll-loo= ps -fomit-frame-pointer -o vlc src/interface/main.o src/interface/interface= .o src/interface/intf_msg.o src/interface/intf_playlist.o src/interface/int= f_eject.o src/input/input.o src/input/input_ext-plugins.o src/input/input_e= xt-dec.o src/input/input_ext-intf.o src/input/input_dec.o src/input/input_p= rograms.o src/input/input_clock.o src/input/mpeg_system.o src/video_output/= video_output.o src/video_output/video_text.o src/video_output/vout_pictures= .o src/video_output/vout_subpictures.o src/audio_output/audio_output.o src/= audio_output/aout_ext-dec.o src/audio_output/aout_pcm.o src/audio_output/ao= ut_spdif.o src/misc/mtime.o src/misc/modules.o src/misc/configuration.o src= /misc/netutils.o src/misc/iso_lang.o plugins/idct.a plugins/idctclassic= .a plugins/motion.a plugins/imdct.a plugins/downmix.a plugins/chroma_i420_r= gb.a plugins/chroma_i420_yuy2.a plugins/chroma_i422_yuy2.a plugins/chroma_i= 420_ymga.a plugins/mpeg_adec.a plugins/ac3_adec.a plugins/mpeg_vdec.a plugi= ns/xvideo.a -lc_r -Wall $idct_LDFLAGS $idctclassic_LDFLAGS $motion_LDFLAG= S $imdct_LDFLAGS $downmix_LDFLAGS $chroma_i420_rgb_LDFLAGS $chroma_i420_yuy= 2_LDFLAGS $chroma_i422_yuy2_LDFLAGS $chroma_i420_ymga_LDFLAGS $mpeg_adec_LD= FLAGS $ac3_adec_LDFLAGS $mpeg_vdec_LDFLAGS $xvideo_LDFLAGS /usr/lib/crtfastmath.o(.text+0x1c): undefined reference to `__ieee_set_fp_c= ontrol' /usr/lib/crtfastmath.o(.text+0x20): undefined reference to `__ieee_set_fp_c= ontrol' What's the fix here: remove -ffast-math? Kris --W/nzBZO5zC0uMSeA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+kzZ2Wry0BWjoQKURAuL5AKCPOdlBhr1nSAqXoVKsVyrohRRhqACfZ5pW SNzw3YefuA5tIQ7V529XFFo= =bwbb -----END PGP SIGNATURE----- --W/nzBZO5zC0uMSeA--