Does it respect lib32?
I don't know to much about the ia32 compatibility layer but I used conventional FreeBSD Makefiles to build the stuff. I'll try to figure out what's going wrong but unfortunately I don't have an amd64 test machine to build.
   $ iconv -f ascii
   iconv: iconv_open(UTF-8, ascii): Invalid argument
   /usr/lib/i18n/libiconv_std.so.4: unsupported file layoutzsh: exit 1     
iconv -f ascii

   $ file /usr/lib/i18n/libiconv_std.so.4
   /usr/lib/i18n/libiconv_std.so.4: ELF 32-bit LSB shared object, Intel 80386, 
version 1 (FreeBSD), dynamically linked, stripped

   $ uname -vm
   FreeBSD 9.0-CURRENT #0 r209191=1463b20-dirty: Tue Jun 15 04:59:40 UTC 2010   
  h...@raphael.local:/a/objdir/a/dirty_build/sys/PHOENIX  amd64
BTW, I tried to crosscompile i386 and got error on installing 
usr.bin/{mkesdb,mkcsmapper}.

   $ make installworld TARGET=i386 DESTDIR=/b/bbb
   ...
   ===>  usr.bin/mkcsmapper (install)
   install -s -o root -g wheel -m 555   mkcsmapper /b/bbb/usr/bin
   strip: /b/bbb/usr/bin/mkcsmapper: File format not recognized
   install: wait: No such file or directory
   *** Error code 70
If cross-compiling doesn't work, how did you build the former one that gave you that error?

--
Gabor Kovesdan
FreeBSD Volunteer

EMAIL: ga...@freebsd.org .:|:. ga...@kovesdan.org
WEB:   http://people.FreeBSD.org/~gabor .:|:. http://kovesdan.org

_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to