From owner-freebsd-current Sun Sep 27 01:19:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA29795 for freebsd-current-outgoing; Sun, 27 Sep 1998 01:19:45 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from top.worldcontrol.com (surf23.cruzers.com [205.215.232.23]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id BAA29769 for ; Sun, 27 Sep 1998 01:19:35 -0700 (PDT) (envelope-from brian@worldcontrol.com) From: brian@worldcontrol.com Received: (qmail 4411 invoked by uid 100); 27 Sep 1998 08:19:08 -0000 Date: Sun, 27 Sep 1998 01:19:07 -0700 To: freebsd-current@FreeBSD.ORG Subject: xanim and linuxELF.o Message-ID: <19980927011907.A4397@top.worldcontrol.com> Mail-Followup-To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.6i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It is so cool that the following: egcc -o xanim -O6 -mpentium -L/usr/X11R6/lib xanim.o xa_show.o xa_x11.o xa_fli.o xa_iff.o xa_gif.o xa_txt.o unpacker.o xa_utils.o xa_act.o xa_set.o xa_cmap.o xa_rle.o xa_wav.o xa_au.o xa_avi.o xa_qt.o xa_qt_decs.o xa_audio.o xa_ipc.o xa_color.o xa_jpg.o xa_mpg.o xa_dl.o xa_jmov.o xa_movi.o xa_replay.o xa_dumfx.o xa_acodec.o xa_input.o xa_formats.o xa1.0_kpcd.o xa_gsm.o xa2.0_iv32_linuxELF.o xa2.0_cvid_linuxELF.o xa1.0_cyuv_linuxELF.o -lc -lXext -lXt -lSM -lICE -lXext -lX11 -lm -lxpg4 -Wl,-rpath,/usr/X11R6/lib produces working code. Are elf objects interchangable in this way among all elf systems? Is this supposed to work? If yes, and yes, why doesn't the xanim port pick these files up? Didn't the port used to automagically bring in the FreeBSD versions? -- Brian Litzinger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message