bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: "cannot find -lCrun" error


From: Neal H. Walfield
Subject: Re: "cannot find -lCrun" error
Date: 19 Feb 2003 18:22:30 -0500
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2

>     cflags="-g -D__USE_UNIX98"

You should not define this macro directly.  In fact, anything with two
leading underscores is private.  Look in the glibc manual at section
"Feature Test Macros" to determine the appropriate feature set macro
to use.

> And I get the following error. Can anyone please help. I've checked to make
> sure my LD_LIBRARY_PATH contains the
> directories where the libCrun.so.1 and libCstd.so.1 are present.

LD_LIBRARY_PATH has nothing to do with compiling or linking programs.
The LD_* variables are used by the dynamic loader.  You need to pass
`-L/path/to/foo' to the linker.





reply via email to

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