HTCondor Project List Archives



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

Re: [Condor-devel] disable-glibc-version-check



Jaime Frey wrote:
On Mar 7, 2008, at 9:54 AM, Matthew Farrellee wrote:

currently condor's configure.ac requires that it recognizes the version of glibc before it will complete successfully. this is really only necessary if you want to build a full-port (read: unclipped port). just like the check for a version of gcc the check for glibc can be mighty annoying.

attached is a patch to add --disable-glibc-version-check in the spirit of --disable-gcc-version check

i'd like to target 7.0

comments?


Rather than adding a new option, why not automatically disable the glibc check for clipped builds?

Because I'd say being clipped or not should not necessarily be the only reason we don't care about checking for the version of glibc. It may just happen to be a common reason now.

--disable-full-port could imply --disable-glibc-version-check, but --disable-glibc-version-check without --disable-full-port may still be useful.

Best,


matt