[uClibc] Re: dlopen()'ing libraries that depend on libraries

Erik Andersen andersen at codepoet.org
Wed Aug 20 23:00:17 UTC 2003


On Wed Aug 20, 2003 at 10:58:43AM -0700, David Wuertele wrote:
> Erik> Those of you that were anxiously waiting for this fix, please
> Erik> take a few minutes, grab the latest and greatest and try to
> Erik> abuse it with whatever code you have that previously wouldn't
> Erik> work,
> 
> Since my code won't compile with the latest CVS, I am trying to
> backport the dlopen fix to 0.9.20.  It turns out that the diff between
> Aug 18 and Aug 19 applies fine as a patch to stock 0.9.20.  But I do
> run into a compile error as a result.
> 
> The error is caused by the following snippet, which I've excerpted
> from the diff between Aug 18 and Aug 19:
> 
>   --- uClibc-20030818/Rules.mak	2003-08-13 13:08:21.000000000 -0700
>   +++ uClibc-20030819/Rules.mak	2003-08-18 14:56:11.000000000 -0700
>   <snip>
> 
>    ifeq ($(UCLIBC_HAS_SOFT_FLOAT),y)
>   -    CFLAGS += $(call check_gcc,-msoft-float,)
>   +    CFLAGS += -msoft-float
>   +    LDFLAGS+= -Wa,-mno-fpu
> 
> The actual compile-time error output was:

Just revert this part for now.  I need to find a better
way to do this....

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--



More information about the uClibc mailing list