This is pretty weird to me. I'm trying to make a new version of one of my packages, but it fails with a message about prebinding. If I go into the directory of the failed build and type "make", it finishes with no problem.

Is my file just too big to prebind?

obj/mame/unix/blend/vidhrdw/neogeo.o
obj/mame/unix/blend/drivers/neogeo.o
obj/mame/unix/blend/neogeo.a
obj/mame/unix/blend/advmame
ld: warning prebinding not disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of obj/mame/unix/blend/advmame overlaps with __TEXT segment (address = 0x0 size = 0x42000) of /sw/lib/libSDL-1.2.0.dylib
ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0xc72000) of obj/mame/unix/blend/advmame overlaps with __TEXT segment (address = 0x0 size = 0x42000) of /sw/lib/libSDL-1.2.0.dylib
ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0xc72000) of obj/mame/unix/blend/advmame overlaps with __DATA segment (address = 0x42000 size = 0x3000) of /sw/lib/libSDL-1.2.0.dylib
ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0xc72000) of obj/mame/unix/blend/advmame overlaps with __OBJC segment (address = 0x45000 size = 0x1000) of /sw/lib/libSDL-1.2.0.dylib
ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0xc72000) of obj/mame/unix/blend/advmame overlaps with __LINKEDIT segment (address = 0x46000 size = 0x9a000) of /sw/lib/libSDL-1.2.0.dylib
ld: /usr/lib/crt1.o can't create relocation entry for prebinding (address of section (__DATA,__la_symbol_ptr) more than 24-bits away from first segment, use -noprebind)
ld: /usr/lib/crt1.o can't create relocation entry for prebinding (address of section (__DATA,__la_symbol_ptr) more than 24-bits away from first segment, use -noprebind)
ld: /usr/lib/crt1.o can't create relocation entry for prebinding (address of section (__DATA,__la_symbol_ptr) more than 24-bits away from first segment, use -noprebind)
make: *** [obj/mame/unix/blend/advmame] Error 1
### execution of make failed, exit code 2
Failed: compiling advancemame-0.78.1-10 failed
[james-gibbs-computer:~] jgibbs%




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to