Opened 20 years ago
Closed 20 years ago
#3090 closed defect (worksforme)
Link failure in openmcl build
Reported by: | daverz@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
gcc 4.0 related, I suspect.
ld -arch ppc -dynamic -o ../../dppccl -e start -seg1addr 0x00003000 -sectalign TEXT text 0x1000 -pagezero_size 0x3000 spjump.o spentry.o subprims.o imports.o pmcl-kernel.o gc.o bits.o lisp-exceptions.o thread_manager.o lisp-debug.o image.o asmutils.o lispdcmd.o plprint.o plsym.o plbt.o ppc_print.o -lcrt1.o -lSystemStubs -lSystem ld: warning prebinding disabled because of undefined symbols ld: Undefined symbols: restFP saveFP make: * dppccl Error 1
Change History (2)
comment:1 Changed 20 years ago by gwright@…
Status: | new → assigned |
---|
comment:2 Changed 20 years ago by daverz@…
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Actually, I think I had the wrong gcc version set by mistake. Setting gcc back to 4.0 seems to have solved the problem. Sorry about the confusion.
Note: See
TracTickets for help on using
tickets.
I'll take a look. Thanks.
/gw