I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-01-06 19:00:14-08 by kaffee in response to 9555
Re: failing to compile in USE_ARCH=64 guise?
Yes, please provide all compiler warnings. The valgrind output suggests that you compiled Glib without debugging symbols. Those would be useful:
$ export PASTHRU_INC="-g"
And then rerun Makefile.PL and make. I don't think this is related to UTF-8 support, no.
Direct Responses: 9795 | Write a response