This is the mail archive of the guile@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: PB compiling on Sun ultra-1.


On 11 Jan 1998, Didier Verna wrote:


> /usr/ucb/ld -G -z text -h libguile.so.2 -o .libs/libguile.so.2.0.0
  ^^^^^^^^^^^

I think you want to use /usr/ccs/bin/ld, and not /usr/ucb/ld.  /usr/ucb/ld
is just a wrapper script that sets a lot of stuff that you may not want
for guile.

--
A tribute to modern technology (DON'T DO THIS)
  char hang[] = { 0xf0, 0x0f, 0xc7, 0xc8 };
  int main() { void (*k)() = hang; k(); }
/* As an exercise left to the reader, embed this in a ActiveX app */
Disclaimer: I do not speak for my employer.