discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Flattened GNUstep structure?


From: Frederic
Subject: Re: Flattened GNUstep structure?
Date: Mon, 08 Jan 2001 23:20:11 +0100

Frederic wrote:

> 
> I don't have particular opinion about structure but I tried it for
> testing purpose.
> Here are the results:
> 1. configure: no problem
> 2. build no problem
> 3. with my own project, which relies on a set of libraries, build is OK
> but runtime fails with an error I did not used to get:
> 
> [fcv@r50m194 Source]$ openapp ./AnimationSculptor.debug/
> /home/fcv/Last/AnimationSculptor/AnimationSculptor/Source/AnimationSculptor.debug/AnimationSculptor:
> error in loading shared libraries: libASFeatureModeler_d.so.0: cannot
> open shared object file: No such file or directory
> 
> It seems to be related to either openapp or ld_lib_path.sh. A problem
> with definition of LD_LIBRARY_PATH?

Adding at line 164 the two lines seems to solve the problem:
else
        additional_library_paths="`cat $full_appname/library_paths.openapp`"

Regards, Frederic



reply via email to

[Prev in Thread] Current Thread [Next in Thread]