RE: [Tuxnes-devel] Trying to build on OpenBSD 2.9
Brought to you by:
tmmm
|
From: Ben S. <BSi...@Kn...> - 2001-08-25 00:54:27
|
Aha! Use GNU make, and let us know whether that works any better. $< is GNU Makese for "first file this rule depends on". -----Original Message----- From: HUYNH,SONTRI (HP-Richardson,ex1) [mailto:son...@hp...] Sent: Friday, August 24, 2001 3:41 PM To: 'tux...@li...' Subject: RE: [Tuxnes-devel] Trying to build on OpenBSD 2.9 Hello, once again.. Still no further on the OpenBSD build, I thought I'd try it out on a FreeBSD machine to see how that would go. I had to steal a getopt.h from binutils (although, there are tons of them.. so, neither of these systems really has a default one it seems, which should be noted). So after throwing that in the include path, I get this same error on this 4.2-RELEASE FreeBSD machine, as on my OpenBSD/i386 2.9 machine: ld -r -b binary -r -defsym TRANS_TBL=_binary_compdata_start -o table.o /usr/libexec/elf/ld: no input files So, I still have that same question.. what am I supposed to be linking here, or is this whole line wrong somehow? (although this ld recognizes -b and -defsym at least). [snip] |