[Xfce-bugs] [Bug 2859] fix objformat definition for FreeBSD

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Sun Feb 4 13:06:05 CET 2007


DO NOT REPLY TO THIS EMAIL.  Also, do not reply via email to the person
whose email is mentioned below.  To comment on this bug, please visit:
http://bugzilla.xfce.org/show_bug.cgi?id=2859





------- Comment #3 from lehmann at ans-netz.de  2007-02-04 12:06 UTC -------
Ok, but this leads to a misusage of the includes libtool.
The cause might be an outdated libtool.m4 which leads to this kind of
definition (I'm cleanly no autotools magician, so correct me if I'm wrong).

An actual version of libtool.m4 says:

freebsd* | dragonfly*)
  # DragonFly does not have aout.  When/if they implement a new
  # versioning mechanism, adjust this.
  if test -x /usr/bin/objformat; then
    objformat=`/usr/bin/objformat`
  else
    case $host_os in 
    freebsd[[123]]*) objformat=aout ;;
    *) objformat=elf ;;
    esac
  fi
  version_type=freebsd-$objformat

So I guess the scripts just needed to be generated with a more modern libtool
installed?


-- 
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Xfce-bugs mailing list