discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Binary packaging problems on x86_64


From: Greg Troxel
Subject: Re: [Discuss-gnuradio] Binary packaging problems on x86_64
Date: 19 Dec 2005 11:32:37 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Larry Doolittle <address@hidden> writes:

> On Mon, Dec 19, 2005 at 09:16:10AM -0500, Greg Troxel wrote:
>
> > -  if test "$host_cpu" = "x86_64"; then
> > +  if test "$host_os" = "Linux" -a "$host_cpu" = "x86_64"; then
> > +    # XXX Debian may not use this convention.
> 
> In the spirit of autoconf, shouldn't this check behavior,
> instead of enumerating systems?
> 
> if test -d ${libdir}64; then ...

Perhaps, but that isn't the right test; one wants to check for a
policy, not the existence of a directory -- especially a directory
which might have been incorrectly created.  In that case, one needs to
remove the '64' as well, because that's for a particular architecture.
Or do GNU/Linux distributions have this same behavior on sparc64?

I'm not aware of a way to check (in a robust manner) for such a
policy.

-- 
        Greg Troxel <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]