Ok - mkmf.log for:

# ruby extconf.rb --with-zlib-include=/usr/include/bzlib.h

is here: http://www.blacksworld.net/fedora/mkmf.log

This does give "cc1: error: /usr/include/bzlib.h: not a directory"
errors, so I also ran:

# ruby extconf.rb

and posted mkmf.log here: http://www.blacksworld.net/fedora/mkmf.log.no_options


On Jan 13, 2008 3:31 PM, Tom Hughes <[EMAIL PROTECTED]> wrote:
> In message <[EMAIL PROTECTED]>
>           "Nick Black" <[EMAIL PROTECTED]> wrote:
>
> > I've posted mkmf.log here:
> >
> > http://www.blacksworld.net/fedora/mkmf.log:
> >
> > -L"/usr/lib64" is part of the gcc command and the directory has a sym
> > link to libm:
> >
> > # ls -l /usr/lib64/libm*
> > -rw-r--r-- 1 root root 1320734 Jul  4  2007 /usr/lib64/libm.a
> > lrwxrwxrwx 1 root root      21 Jan 12 13:24 /usr/lib64/libm.so ->
> > ../../lib64/libm.so.6
> >
> > The "have_library: checking for atan() in -l/lib64...
> > -------------------- no" message  also seems strange.
>
> That log is from a --with-mlib=/lib64 run, which is bogus, as
> evidenced by the "ld: cannot find -l/lib64" error. Try it withou
> the --with-mlib switch and post the mkmf.log for that.
>
>
> Tom
>
> --
> Tom Hughes ([EMAIL PROTECTED])
> http://www.compton.nu/
> _______________________________________________
> libxml-devel mailing list
> libxml-devel@rubyforge.org
> http://rubyforge.org/mailman/listinfo/libxml-devel
>



-- 
Nick Black
--------------------------------
http://www.blacksworld.net
_______________________________________________
libxml-devel mailing list
libxml-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/libxml-devel

Reply via email to