Well, first thing you gotta do is read the manuals. These will tell you what 
libraries and whatnot are required to compile this program. **nod**
Secondly, make sure that this library actually exists.
Thirdly, if you're 100% sure that x library exists and the like, make sure 
that the path to the library is in /etc/ld.so.conf. If not, add it and rerun 
ldconfig.

On Friday 11 October 2002 03:18 pm, Tobias wrote:
> This is what I'm trying to do;
>
> --------
>
> * compile source snapshot or cvs
>
> 1. create dclib
>
> make -f Makefile.dist
> ./configure
> make
> make install
>
> 2. create dcgui
>
> make -f Makefile.dist
> ./configure --with-qt-dir=[e.g. /usr/lib/qt3] --with-libdc=/usr/local
> make
> make install
>
> ----------
>
> When I try to hit "make" in the first step (create dclib) it says;
> (*ALOT OF OUTPUT*)
> /usr/bin/ld: cannot find -lbz2
> collect2: ld returned 1 exit status
> make[2]: *** [libdc.la] Error 1
> make[2]: Leaving directory `/home/Tobias/dclib/dclib'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/Tobias/dclib'
> make: *** [all] Error 2
> [Tobias@Pulp dclib]$ cd '/home/Tobias/dclib/'
>
> What shall I do about this?
>
> Regards
> Tobias



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to