On Thursday, 28 September 2006 13:09, Arkadiusz Miskiewicz wrote:
> 
> 1)
> i686-pld-linux-gcc -g -O2 -fno-strict-aliasing -fwrapv -march=i686 
> -mtune=pentium4 -gdwarf-2 -g2 -feliminate-dwarf2-dups  -DCONFIG_BOTH 
> -I/usr/local/include -DCONFIG_COMPRESS -DCONFIG_ENCRYPT    md5.o encrypt.o 
> config.o suspend.c s2ram.c -o s2both vt.o vbetool/lrmi.o vbetool/x86-common.o 
> vbetool/vbetool.o radeontool.o dmidecode.o splash.o bootsplash.o  
> -L/usr/local/lib -llzf  -lgcrypt -lgpg-error -lpci
> /usr/lib/gcc/i686-pld-linux/4.1.2/../../../libpci.a(names.o): In function 
> `pci_load_name_list':
> (.text+0x4db): undefined reference to `gzopen'
> /usr/lib/gcc/i686-pld-linux/4.1.2/../../../libpci.a(names.o): In function 
> `pci_load_name_list':
> (.text+0x56b): undefined reference to `gzgets'
> /usr/lib/gcc/i686-pld-linux/4.1.2/../../../libpci.a(names.o): In function 
> `.L154':
> (.text+0x66e): undefined reference to `gzclose'
> 
> so add -lz where needed.

OK

> 2) LDFLAGS variable so you can do make LDFLAGS="-s"

Can we use another name, please?

Rafael

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Suspend-devel mailing list
Suspend-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/suspend-devel

Reply via email to