[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: building with -m64



I don't know which "latest" libtool to look at but there are enough problems
with the current one that I think we should investigate an upgrade.

re: passing -m64 - I recall I used a wrapper shell script for gcc when
building on Ultrasparc. Getting libtool to do anything sane by itself is just
... annoying...

  -- Howard Chu
  Chief Architect, Symas Corp.       Director, Highland Sun
  http://www.symas.com               http://highlandsun.com/hyc
  Symas: Premier OpenSource Development and Support

> -----Original Message-----
> From: owner-openldap-devel@OpenLDAP.org
> [mailto:owner-openldap-devel@OpenLDAP.org]On Behalf Of Kurt
> D. Zeilenga
> Sent: Tuesday, March 30, 2004 4:24 PM
> To: openldap-devel@OpenLDAP.org
> Subject: building with -m64
>
>
> So, I had to build OpenLDAP on a PPC64 system today.
> Not too bad.  Aside from CFLAGS=-m64, I had to hack
> libtool to pass -m64 with -shared when building
> shared libraries and hack libtool to look in
> {,/usr}/lib64 instead of {,/usr}/lib for .la files.
>
> Now I have to consider whether it best to hack our
> version of libtool (which should be relatively
> easy) or attempt to upgrade to the latest libtool
> (which I know will be a real chore, given autoconf
> files will also need to be upgraded).
>
> Kurt
>
>