[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pnet-developers] problems with instalatinos dgee
From: |
hector |
Subject: |
Re: [Pnet-developers] problems with instalatinos dgee |
Date: |
Thu, 26 Feb 2004 10:41:20 -0400 (BOT) |
> make[1]: Entring directory 'home/hector/dgee-0.1.6/pnetwm'
> gcc obj/pnetvmMain.o obj/pnetServices.o obj/clrCache.o obj/pnetvm.o
> -rdynamic -L../dglib -L/usr/local/lib -L/usr/local/lib -ldgee -lgwtx
> -lpxtra -ldl -L/usr/local/lob -L........ -oDGpnetVM
> /usr/bin/ld: cannot find -lz
> collect2: ld retruned 1 exit status
> make[1]: *** [DGpnetVM] Error 1
> make[1]: Leaving directory '/home/hector/dgee/dgee-0.1.6/pnetvm'
> make ** [all-recursive] Error 1
>
> I edit the ld.so.conf and in /usr/bin exist the file lz that point or
> ->uz
>
Find I resolv my problem edit te make file in /dgee-0.1.6/pnetwm
replaced when -lz with -uz
and compile correctly