Can't compile XChat on Debian Sarge (Perl problem?)
DebianThis forum is for the discussion of Debian Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Re: Can't compile XChat on Debian Sarge (Perl problem?)
Quote:
Originally posted by Ninja Cow I'm having a problem compiling XChat on Debian. Yes, I know I can use apt to download an XChat .deb binary, but I'd rather compile it when possible.
You can do a little of both, actually (assuming that you have the appropriate deb-src lines in /etc/apt/sources.list):
apt-get build-dep xchat#fetch the build dependencies apt-get source -b xchat#download the source, build xchat, and create deb package(s)
Quote:
Here's the error I receive:
*** Warning: Linking the shared library perl.la against the
*** static library /usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a is not portable!
That's a fatal error? Odd; I've seen similar errors before and they weren't.
As to how you'd go about resolving it, I don't know.
Re: Can't compile XChat on Debian Sarge (Perl problem?)
Quote:
Originally posted by Ninja Cow
Here's the error I receive:
*** Warning: Linking the shared library perl.la against the
*** static library /usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a is not portable!
This is just a warning. X-Chat still compiles even with this particular warning. I just compiled x-chat under CVS, and it worked fine even with this warning.
Re: Re: Can't compile XChat on Debian Sarge (Perl problem?)
Thanks folks. I'm able to compile XChat using Ironi's method. I receive a recursive error "pixmaps.o" when I try compiling 2.4.1 using the source from Xchat.org. That's okay, though, since Ironi's method worked like a charm.
Quote:
Originally posted by Wells This is just a warning. X-Chat still compiles even with this particular warning. I just compiled x-chat under CVS, and it worked fine even with this warning.
It will not compile on my machine if I used the source from XChat.org. While I'm able to still use make install afterwards, nothing happens--meaning nothing installs.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.