|
Miroslav Hudec wrote:
> Hi kenneth,
>
> read the howto for installing LNPD
> There is an remark about paths to dynamic libraries.
> so if u use BASH try to set the LD_LIBRARY_PATH variable
>
> export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/LNDP/dynamic/libraries
>
> other possibility is to compile lnpd and lnptest staticaly that means
> inserting -static switch to Makefile (where line looks like gcc -o $(....
> will be gcc -static -o $(....
>
> then you don't need dynamic libraries but the program is much bigger.
>
> Hope this Helps
>
> Miro
>
> --
ah yes.. now i c it.. in fact. theres no reference to the LD_LIBRARY_PATH in
the legOS HOWTO written by
luis willa, but in the "lnpd+liblnp" directory there is a REAME file that says
exactly what you said.
(guess i should have read that more carefully :)
anyways, thanx for the help :)
kenneth johansen
kennethj@stud.cs.uit.no
|
|
1 Message in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|