Hi Tuomo;
I downloaded the most recent version (my first update since the
ion-devel-20030531 snapshot) and am having some problems with
compiling due to its usage of libtool in ioncore/modules.c.

It appears that there are defines and functions called that are
libtool 1.4 specific. The problem with this is that I use FreeBSD,
and they are currently still using 1.3.4 in their ports system. I
searched around to see why this is the case since that's pretty out
of date, and this post basically explains it:

http://docs.FreeBSD.org/cgi/getmsg.cgi?fetch=900639+0+/usr/local/www/db/text/2003/freebsd-ports/20030413.freebsd-ports

(sorry about the long URL). The short of it is that they are
working on the update, but it's not there yet because it is a big
job due to all the other software which depends on it.

Is this a case where I am stuck until FreeBSD gets up to date, or is
using 1.3.4 an easy task? I've included, to the best of my ability,
the functions and defines which give a problem, if this helps at all. 
Just curious about what your thoughts on this are. I hope that I've
diagnosed the problem correctly, I'm no expert on any of this.

Thanks much for Ion.
Brad

libtool problems in ioncore/modules.c:

defines:
  lt_dlcaller_id
  lt_dlinfo

functions:
  lt_dlgetinfo
  lt_dlcaller_register
  lt_dlcaller_set_data
  lt_dlgetinfo
  lt_dlforeach
  lt_dlinsertsearchdir 

Reply via email to