for glibc, "--disable-add-ons" generates a weird error

Robert P. J. Day rpjday@mindspring.com
Sat Dec 17 10:49:00 GMT 2005


  in testing my build script to see if it can build a non-thread
toolchain, i added the option "--disable-add-ons" to the glibc
configure step, which generated the amusing error:

configure: error: add-on directory "no" does not exist

  clearly, specifying "--disable-add-ons" is equivalent to saying
"--enable-add-ons=no", which generates the same error.

  is this what's *supposed* to happen?

rday

p.s.  the option --disable-add-ons should be acceptable given the
comment in the glibc/configure script:

# Check whether --enable-add-ons or --disable-add-ons was given.

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com



More information about the crossgcc mailing list