[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: procps doesn't buildd - /lib versus /lib64



On Sun, Feb 08, 2004 at 12:12:09PM +1100, Craig Small wrote:
> On Sat, Feb 07, 2004 at 03:17:30PM -0500, Ben Collins wrote:
> > > > lib64    := lib$(shell [ -d /lib64 ] && echo 64)
> > > 
> > >  You could probably just remove the echo so lib64 = lib.  This would work
> > > for the debian package, but if someone wanted a 64 libproc they would have
> > > to hack around your hack, but that probably isn't too bit of an issue.
> > 
> > The above line is just totally broken. Every sparc buildd has
> > libc6-sparc64 installed because of build-essential deps.
> > 
> 
> I thought it looked a bit sick myself.  It looks like by default it
> builds a normal libproc.so and so it should go into /lib
> If this is not the case someone speak up NOW because I'm going to make
> the required changes in the next few days.
> 
> > If you want a 64-bit libproc (and I do), then it needs to do like
> > libncurses does and do two builds.
> I'll consider that a wishlist.  If someone gives me a patch, if only to
> set the magical gcc flags to make a 64-bit libproc, it will have more
> chance of becoming reality.

CC="gcc -m64"

-- 
Debian     - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
Subversion - http://subversion.tigris.org/
WatchGuard - http://www.watchguard.com/



Reply to: