Hi there,
I suppose the path where the library is present should be appended to
the LIBRARY env variable. I suppose the correct way to do that is to set the
$LD_LIBRARY_PATH path.
Hope this helps,
- venkat
In message "adding directory paths for default libraries",
"Raju K. V." <[EMAIL PROTECTED]> writes:
>hi,
>
>I have some libraries in nonstandard paths. So every time I call gcc and
>use one of these libraries, I have to use the -L option. Is there any way
>by which I can add these paths so that gcc looks at these paths also by
>default.
>
>Thanks,
>Raju
>
>