From owner-freebsd-questions Mon Sep 7 21:14:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA27672 for freebsd-questions-outgoing; Mon, 7 Sep 1998 21:14:34 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mw3.texas.net (mw3.texas.net [206.127.30.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA27661 for ; Mon, 7 Sep 1998 21:14:28 -0700 (PDT) (envelope-from rsnow@lgc.com) Received: from basil.lgc.com (mnet03-24.sat.texas.net [206.127.6.192]) by mw3.texas.net (2.4/2.4) with ESMTP id XAA16923; Mon, 7 Sep 1998 23:14:12 -0500 (CDT) Received: from solo ([134.132.228.33]) by basil.lgc.com (8.8.8/8.8.7) with SMTP id XAA09618; Mon, 7 Sep 1998 23:14:39 -0500 (CDT) (envelope-from rsnow@lgc.com) Message-ID: <001101bddadf$5958dcc0$21e48486@lgc.com> From: "Rob Snow" To: "Rob Snow" , Subject: Re: linux_devel doesn't seem to work Date: Mon, 7 Sep 1998 23:15:44 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.0518.4 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0518.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Never mind... deinstalled and reinstalled linux_lib and it works. ( well, compiles and runs; doesn't do anything :-/ ) -Rob -----Original Message----- From: Rob Snow To: Date: Monday, September 07, 1998 11:00 PM Subject: linux_devel doesn't seem to work >Greetings, > >I was just trying out the linux_devel to compile wmload on my machine. It's >failing pretty badly. I'm assuming that I'm doing something wrong in my >setup. I've set the paths, run the /compat/linux/bin/sh and even tried to >poke on the makefile, all to no avail. Hints would be greatly appreciated. >BTW, this happens on another program, so I'm guessing it's happening all >over and I'm misconfigured. > >Thanks, >Rob > >oh, running -current > > >Output: > >bash$ make clean >rm -f wmload >rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS >make.log MakeOut "#"* >bash$ which xmkmf >/compat/linux/usr/X11/bin/xmkmf >bash$ xmkmf >mv -f Makefile Makefile.bak >imake -DUseInstalled -I/var/X11R6/lib/config >bash$ which make >/compat/linux/usr/bin/make >bash$ which gcc >/compat/linux/usr/bin/gcc >bash$ make >& output >bash$ > > >bash$ head output >gcc -O2 -m486 -ansi -I/usr/X11R6/include -Dlinux -D__i386__ -D_POSIX_SO U >RCE -D_BSD_SOURCE -D_GNU_SOURCE -DX_LOCALE -Debug -DFUNCPROTO=15 -DNARROWPR O >TO -c wmload.c -o wmload.o >rm -f wmload >gcc -o wmload -O2 -m486 -ansi -L/usr/X11R6/lib >wmload.o -L/compat/linux/usr/lib/X11 -lXpm -lm -lXExExt -lXext -lX11 - W >l,-rpath,/usr/X11R6/lib >/usr/lib/crt1.o: In function `_start': >/usr/lib/crt1.o(.text+0x35): undefined reference to `__fpu_control' >/usr/lib/crt1.o(.text+0x3b): undefined reference to `__setfpucw' >/usr/lib/crt1.o(.text+0x43): undefined reference to `__libc_init' >/usr/lib/crt1.o(.text+0x4d): undefined reference to `atexit' >/usr/lib/crt1.o(.text+0x60): undefined reference to `exit' >wmload.o: In function `usage': > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message