From owner-freebsd-questions Mon Sep 7 20:33:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA22883 for freebsd-questions-outgoing; Mon, 7 Sep 1998 20:33:07 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pixel.zycor.lgc.com (pixel.zycor.lgc.com [134.132.112.130]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA22848 for ; Mon, 7 Sep 1998 20:32:45 -0700 (PDT) (envelope-from rsnow@lgc.com) Received: from solo (rsnow-vpn.zycor.lgc.com [134.132.112.132]) by pixel.zycor.lgc.com (8.8.8/8.8.8) with SMTP id WAA16609 for ; Mon, 7 Sep 1998 22:32:37 -0500 (CDT) (envelope-from rsnow@lgc.com) Message-ID: <000901bddad9$8aa576e0$21e48486@lgc.com> From: "Rob Snow" To: Subject: linux_devel doesn't seem to work Date: Mon, 7 Sep 1998 22:33:42 -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 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_SOU RCE -D_BSD_SOURCE -D_GNU_SOURCE -DX_LOCALE -Debug -DFUNCPROTO=15 -DNARROWPRO 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