[sc-users] #1797829: Trouble finding libs when using PREFIX

Stefan Kersten sk at k-hornz.de
Fri Oct 26 13:22:42 PDT 2007


On 19.09.2007, at 14:38, Daniel Nouri wrote:
>  elif PLATFORM == 'linux':
>      langEnv.Append(
> -	LINKFLAGS = '-Wl,-rpath,build')
> +        LINKFLAGS = '-Wl,-rpath,build -Wl,-rpath,' +  
> INSTALL_PREFIX + '/lib')
>
>  merge_lib_info(langEnv, libraries['audioapi'])

this looks like the right solution.

<sk>



More information about the sc-users mailing list