Hi again,

I was able to solve the problem, so I thought I'd post back with the
sollution.
It looks like VirtualBox needs to build against Glibc's iconv header and not
gainst the GNU Libiconv iconv header (which what was happening since
VectorLinux has libiconv installed).
So I got the Glibc sources from the GNU ftp (same version as the installed
Glibc, 2.3.6) and extracted the tarball. Then I backed up the original
iconv.h file and then copied the Glibc one to /usr/include:
$ mv /usr/include/iconv.h /usr/include/iconv.h.BAK
$ cp /path/to/glibc/sources/iconv/iconv.h /usr/include/

And that was the end of that problem!  :)

Regards,

Eugéne
_______________________________________________
vbox-users mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-users

Reply via email to