Re: pciutils-2.2.6 not linking

2007-10-15 Thread Walter Barnes
From: Dan Nicholson <[EMAIL PROTECTED]> >As a workaround, try this: > >make PREFIX=/usr LDLIBS=-lz > >That properly adds libraries just before the -o part. If that helps, >I'll try to poke the maintainer to fix that up better. Yep, that did the trick, thanks! Walter ___

Re: pciutils-2.2.6 not linking

2007-10-14 Thread Dan Nicholson
On 10/14/07, Walter Barnes <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying to install the latest version of pciutils and it doesn't seem to > like my installation of zlib. Here's the log output: > > Checking for zlib support... yes (auto-detected) > > cc -lz lspci.o common.o lib/libpci.a -o ls

Re: pciutils-2.2.6 not linking

2007-10-14 Thread michael lang
On 14/10/2007, Walter Barnes <[EMAIL PROTECTED]> wrote: > > From: michael lang <[EMAIL PROTECTED]> > >On 14/10/2007, Walter Barnes <[EMAIL PROTECTED]> wrote: > >>Checking for zlib support... yes (auto-detected) > >> > >>cc -lz lspci.o common.o lib/libpci.a -o lspci > >>lib/libpci.a(names.o): In fun

Re: pciutils-2.2.6 not linking

2007-10-14 Thread Walter Barnes
From: michael lang <[EMAIL PROTECTED]> >On 14/10/2007, Walter Barnes <[EMAIL PROTECTED]> wrote: >>Checking for zlib support... yes (auto-detected) >> >>cc -lz lspci.o common.o lib/libpci.a -o lspci >>lib/libpci.a(names.o): In function `pci_load_name_list': >>names.c:(.text+0x4e1): undefined r

Re: pciutils-2.2.6 not linking

2007-10-14 Thread michael lang
On 14/10/2007, Walter Barnes <[EMAIL PROTECTED]> wrote: > > Hello, > > I'm trying to install the latest version of pciutils and it doesn't seem > to like my installation of zlib. Here's the log output: > > Checking for zlib support... yes (auto-detected) > > cc -lz lspci.o common.o lib/libpci.a -o

pciutils-2.2.6 not linking

2007-10-14 Thread Walter Barnes
Hello, I'm trying to install the latest version of pciutils and it doesn't seem to like my installation of zlib. Here's the log output: Checking for zlib support... yes (auto-detected) cc -lz lspci.o common.o lib/libpci.a -o lspci lib/libpci.a(names.o): In function `pci_load_name_list': names.c