Date: Sat, 12 Jun 1999 13:37:25 -0400 From: Randall Hopper <aa8vb@ipass.net> To: emulation@FreeBSD.ORG Subject: Re: Linux Development environtment Message-ID: <19990612133725.A10057@ipass.net> In-Reply-To: <19990610100514.C9686@orbit.flnet.com>; from Charles Henrich on Thu, Jun 10, 1999 at 10:05:14AM -0700 References: <19990610091221.B8851@orbit.flnet.com> <Pine.BSF.4.10.9906100954450.62549-100000@eccles.salk.edu> <19990610100514.C9686@orbit.flnet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Charles Henrich:
|> /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'
...
|I deleted the links /compat/linux/usr/lib/libc.so and
|/compat/linux/usr/lib/libm.so and relinked them as
|ln -s ../../lib/libc.so.5.4.23 and libm.so.5.0.8
I had exactly this problem and this adivce is what I needed.
The next error is:
# make
make: *** No rule to make target `/usr/include/vga.h', needed by `send_data.o'.
Stop.
This sounds like an SVGAlib file. The tool I'm trying to build is a Linux
SVGAlib app which allows you to upload data to a Timex DataLink watch:
http://www.eecs.wsu.edu/~hakimian/watch/datalink.tar.gz
Does the Linux emulation layer not support SVGAlib?
Thanks,
Randall
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-emulation" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990612133725.A10057>
