This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Unexec gurus?


"Greg J. Badros" <gjb@cs.washington.edu> writes:

> > Are you statically linking in libguile.a?  I know it's a simple one,
> > but it got me in the past.  If your dynamically linking libguile.so,
> > that variable gets whacked.  My memory here is fuzzy, I hope this
> > helps.
> 
> I had that thought too, but no, I'm not statically linking to libguile,
> but neither is tguile (but read below for more):
> 
> % ldd tguile
>         libguile.so.6 => /usr/lib/libguile.so.6 (0x4001a000)
>         libdl.so.2 => /lib/libdl.so.2 (0x40088000)
>         libm.so.6 => /lib/libm.so.6 (0x4008b000)
>         libc.so.6 => /lib/libc.so.6 (0x400a8000)
>         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

Give it a whirl with a statically linked libguile, and see if that
helps (I wasn't clear in the last message).

-russ

--
"NT 5.0 is the last nail in the Unix coffin. Interestingly, Unix isn't
in the coffin... It's wondering what the heck is sealing itself into a
wooden box 6 feet underground..." 
             -- Jason McMullan

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]