# uname -a OpenBSD mobsd.my.domain 4.7 GENERIC#2 loongson
This is now building "normal" stuff, ports, not my unusual project. There wasn't a package for iodbc, which is what I really after. cc -L../cups -L../filter -L/usr/local/lib -pthread -Wl,-R/usr/local/lib -fPIC -O2 -pipe -I/usr/local/include -I/usr/local/include/libpng -O0 -fstack-protector -o texttops texttops.o textcommon.o common.o -lcups -lssl -lcrypto -pthread -lm ../cups/libcups.so.4.0: warning: strcpy() is almost always misused, please use strlcpy() ../cups/libcups.so.4.0: warning: sprintf() is often misused, please use snprintf() /usr/bin/ld: not enough GOT space for local GOT entries /usr/bin/ld: BFD 2.15 internal error, aborting at /usr/src/gnu/usr.bin/binutils/bfd/elfxx-mips.c line 6483 in _bfd_mips_elf_relocate_section /usr/bin/ld: Please report this bug. collect2: ld returned 1 exit status gmake[1]: *** [texttops] Error 1 gmake[1]: Leaving directory `/usr/ports/pobj/cups-1.3.11p6/cups-1.3.11/filter' I believe this is in /usr/ports/print/cups. cd /usr/ports/print/cups make Looks like it is known: http://www.openbsd.org/cgi-bin/cvsweb/ports/print/cups/Makefile Revision 1.73: download - view: text, markup, annotated - select for diffs Sat May 22 09:57:42 2010 UTC (2 months, 1 week ago) by jasper Branches: MAIN Diff to: previous 1.72: preferred, coloured Changes since revision 1.72: +2 -7 lines - remove mips64 gcc workaround, though this still won't build because of ld any fix in sight? Thanks, - Jay
