On Tue, 2006-10-03 at 20:55 -0500, Arnie Stender wrote:
> Hi Dan,
>       popt aside for a moment, when I go to the first link you provided I get
> the following. Am I missing some sort of plugin or XML support for
> SeaMonkey? This doesn't look particularly useful to me.

No, what you're seeing is the build instructions for the popt package,
stored in an XML file (since that's what Paldo's automated builder
uses). But if you strip off the XML tags, you've basically got:

sed -i -e 's/MARK64=64/MARK64=/' configure.ac
autoreconf -is
./configure --prefix=/usr --mandir=/usr/share/man --disable-static
make -j 2
make install

The first line has a comment "correct libdir on x86_64", which is
presumably related to the problem you've been asking about.

Simon.

Attachment: signature.asc
Description: This is a digitally signed message part

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to