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.



>>>>> "Peter" == Peter C Norton <peter@newcentury.net> writes:

    Peter> On 11 Jan 1998, Didier Verna wrote:
    >> /usr/ucb/ld -G -z text -h libguile.so.2 -o
    >> .libs/libguile.so.2.0.0
    Peter>   ^^^^^^^^^^^

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

I would suggest you use in addition /opt/SUNWspro/bin/cc instead of
gcc. I succeded in compiling guile on:
SunOS geb 5.4 Generic_101945-36 sun4m sparc
with these choices.

Other possibility: try with pure GNU tools, with gcc + GNU ld.
I think mixture of tools may be the problem here.

B. Urban