chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Deployment test failure (latest sources, FreeBSD)


From: Christian Kellermann
Subject: Re: [Chicken-users] Deployment test failure (latest sources, FreeBSD)
Date: Sun, 20 Nov 2011 21:58:31 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

* Vitaly Magerya <address@hidden> [111120 19:26]:
> Actually, judging by the man pages [1-2] NetBSD and OpenBSD may
> require the same trick. This needs to be tested though.
> 
> Here's the test:
> 
>     rm -rf /rmp/cd && mkdir -p /tmp/cd && cd /tmp/cd
>     echo '(write 555)' | tee a.scm > b.scm
>     csc -deploy a.scm
>     ldd a/a
>     csc -deploy -L "-z origin" b.scm
>     ldd b/b
> 

This fails to compile for me on OpenBSD 5.0. Even giving the correct
-L "-Wl,-z,origin" parameter instead of -L "-z origin" does compile
but not load.  It shows "$ORIGIN" as RPATH value in objdump -x b/b
but ldd still complains about the libchicken shared object.

-- 
Who can (make) the muddy water (clear)? Let it be still, and it will
gradually become clear. Who can secure the condition of rest? Let
movement go on, and the condition of rest will gradually arise.
 -- Lao Tse. 



reply via email to

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