[SM-Users] Can't cast athcool...
David Brown
dmlb2000 at gmail.com
Sat Mar 17 22:22:42 EST 2007
On 3/17/07, Javier Vasquez <jevv.cr at gmail.com> wrote:
> Hi,
>
> As I have a laptop, I just wanted to cast athcool, but it doesn't get
> to compile:
>
> Running make with 2 jobs failed. Attempt to run with a single job? [y]
>
> gcc -O2 -Wall athcool.o scanpci.o -lpci -o athcool
> /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../libpci.a(names.o): In
> function `pci_load_name_list':
> names.c:(.text+0x4e1): undefined reference to `gzopen'
> names.c:(.text+0x57d): undefined reference to `gzgets'
> names.c:(.text+0x682): undefined reference to `gzclose'
> names.c:(.text+0x6a8): undefined reference to `gzeof'
> names.c:(.text+0x737): undefined reference to `gzclose'
> names.c:(.text+0xb11): undefined reference to `gzopen'
> names.c:(.text+0xc99): undefined reference to `gzerror'
> names.c:(.text+0xcb9): undefined reference to `gzclose'
> collect2: ld returned 1 exit status
> make: *** [athcool] Error 1
> ! Problem Detected !
> Creating compile log /var/log/sorcery/compile/athcool-0.3.11.bz2
Its missing a library to link to zlib most-likely, probably should
submit a bug on this one. I got it to compile easy enough with a
simple makefile change.
Thanks,
- David Brown
More information about the SM-Users
mailing list