Re: Failed to build: redefinition of symbols

2001-09-17 Thread Nguon Hao Ching
> Have you built test.pbc? % make test.pbc make: `test.pbc' is up to date. % ../test_prog test.pbc Can't mmap, code 0 Sorry. -Hao

Re: Failed to build: redefinition of symbols

2001-09-17 Thread Simon Cozens
On Mon, Sep 17, 2001 at 11:32:50AM -0400, Nguon Hao Ching wrote: > Don't have much time to play right now, but does this look ok? > > % ../test_prog test.pbc > Can't mmap, code 0 Have you built test.pbc? "make test.pbc" to make sure. If you have, then, urgh, maybe mmap on Darwin is trick

Re: Failed to build: redefinition of symbols

2001-09-17 Thread Nguon Hao Ching
> This is because I am crap at declaring globals. Fixed. > > Resync your CVS and try again. It finally built, yay! Don't have much time to play right now, but does this look ok? % ../test_prog test.pbc Can't mmap, code 0 -Hao (testing on Mac OS X)

Re: Failed to build: redefinition of symbols

2001-09-17 Thread Simon Cozens
On Mon, Sep 17, 2001 at 03:47:58PM +0100, James A. Duncan wrote: > Getting a problem when trying to compile on a Mac OS X box. > I've not looked into it yet but output follows: > > cc -lm -lc -o test_prog global_setup.o interpreter.o parrot.o register.o >basic_opcodes.o memory.o bytecode.o st

Failed to build: redefinition of symbols

2001-09-17 Thread James A. Duncan
Getting a problem when trying to compile on a Mac OS X box. I've not looked into it yet but output follows: cc -lm -lc -o test_prog global_setup.o interpreter.o parrot.o register.o basic_opcodes.o memory.o bytecode.o string.o strnative.o test_main.o /usr/bin/ld: multiple definitions of symb