****
rm -f libshell.a
ar cru libshell.a shell.o shell_batch.o shell_cmds.o shell_misc.o
ranlib libshell.a
Making all in platform
Making all in visualc
make[4]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all-am'.
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/sw/include -g -O2 -I/sw/include/SDL -D_THREAD_SAFE -MT dosbox.o -MD -MP -MF ".deps/dosbox.Tpo" \
-c -o dosbox.o `test -f 'dosbox.cpp' || echo './'`dosbox.cpp; \
then mv -f ".deps/dosbox.Tpo" ".deps/dosbox.Po"; \
else rm -f ".deps/dosbox.Tpo"; exit 1; \
fi
g++ -g -O2 -I/sw/include/SDL -D_THREAD_SAFE -L/sw/lib -o dosbox dosbox.o cpu/libcpu.a debug/libdebug.a dos/libdos.a fpu/libfpu.a hardware/libhardware.a gui/libgui.a ints/libints.a misc/libmisc.a shell/libshell.a -L/sw/lib -lSDLmain -lSDL -framework Cocoa -framework OpenGL -lpng -lz -framework AudioUnit
ld: warning empty table of contents: debug/libdebug.a (can't load from it)
ld: warning prebinding not disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of dosbox overlaps with __TEXT segment (address = 0x0 size = 0xaf000) of /sw/lib/libSDL-1.2.0.dylib
ld: warning prebinding not disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of dosbox overlaps with __TEXT segment (address = 0x0 size = 0x28000) of /sw/lib/libpng.3.dylib
ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0xe7000) of dosbox overlaps with __TEXT segment (address = 0x0 size = 0xaf000) of /sw/lib/libSDL-1.2.0.dylib
ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0xe7000) of dosbox overlaps with __DATA segment (address = 0xaf000 size = 0xf000) of /sw/lib/libSDL-1.2.0.dylib
ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0xe7000) of dosbox overlaps with __OBJC segment (address = 0xbe000 size = 0x1000) of /sw/lib/libSDL-1.2.0.dylib
ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0xe7000) of dosbox overlaps with __LINKEDIT segment (address = 0xbf000 size = 0x144000) of /sw/lib/libSDL-1.2.0.dylib
ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0xe7000) of dosbox overlaps with __TEXT segment (address = 0x0 size = 0x28000) of /sw/lib/libpng.3.dylib
ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0xe7000) of dosbox overlaps with __DATA segment (address = 0x28000 size = 0x1000) of /sw/lib/libpng.3.dylib
ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0xe7000) of dosbox overlaps with __LINKEDIT segment (address = 0x29000 size = 0x6000) of /sw/lib/libpng.3.dylib
ld: warning prebinding not disabled because (__DATA segment (address = 0xe8000 size = 0x13f9000) of dosbox overlaps with __LINKEDIT segment (address = 0xbf000 size = 0x144000) of /sw/lib/libSDL-1.2.0.dylib
ld: warning prebinding not disabled because (__TEXT segment (address = 0x0 size = 0xaf000) of /sw/lib/libSDL-1.2.0.dylib overlaps with __TEXT segment (address = 0x0 size = 0x28000) of /sw/lib/libpng.3.dylib
ld: warning prebinding not disabled because (__TEXT segment (address = 0x0 size = 0xaf000) of /sw/lib/libSDL-1.2.0.dylib overlaps with __DATA segment (address = 0x28000 size = 0x1000) of /sw/lib/libpng.3.dylib
ld: warning prebinding not disabled because (__TEXT segment (address = 0x0 size = 0xaf000) of /sw/lib/libSDL-1.2.0.dylib overlaps with __LINKEDIT segment (address = 0x29000 size = 0x6000) of /sw/lib/libpng.3.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[3]: *** [dosbox] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of make failed, exit code 2
Failed: compiling dosbox-0.61-1 failed
******
I just wondered if anyone else was seeing this before I give more info on the system setup for debugging...
Thanks! -Bart
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
