I tried it, but I still can't step into the libxml2 library functions.

Thanks,

Dave

Alex Schuster wrote:
dhk writes:

Does this mean the source was removed after the emerge?  If so how can
I keep the source.

Try adding "nostrip" to your FEATURES.

Also I like the idea of using "/etc/portage/env/category/package" but
I'm not sure what to do since I don't have the env directory.  Would I
just do a mkdir -p /etc/portage/env/dev-libs/ and create a file called
libxml2 with CFLAGS="$CFLAGS -g2" in it?

I think so. This is new to me, too - I know about this /etc/portage/env/ stuff, but I thought it was only a suggestion, and that you have to create a /etc/portage/bashrc by hand which evaluates stuff in there. But it seems portage is already capable of that.

So, this should work:

CFLAGS="$CFLAGS -g2"
FEATURES="$FEATURES -nostrip"

        Wonko

--
gentoo-user@lists.gentoo.org mailing list

Reply via email to