Re: [Fink-devel] sablotron

2002-12-13 Thread S Woodside
On Friday, December 13, 2002, at 05:57 PM, Ben Hines wrote: On Friday, December 13, 2002, at 01:05 PM, S Woodside wrote: Yeah :-) g++ did the trick. I relinked /usr/bin/gcc to g++3 and rebuild sablot and sabcmd finally works! (I'm sure there's a better way to do >> that..) Um, what? Don'

Re: [Fink-devel] sablotron

2002-12-13 Thread Ben Hines
On Friday, December 13, 2002, at 01:05 PM, S Woodside wrote: Yeah :-) g++ did the trick. I relinked /usr/bin/gcc to g++3 and rebuild sablot and sabcmd finally works! (I'm sure there's a better way to do that..) Um, what? Don't mess with those links by hand. You need to compile with "c++"

Re: [Fink-devel] sablotron

2002-12-13 Thread S Woodside
Yeah :-) g++ did the trick. I relinked /usr/bin/gcc to g++3 and rebuild sablot and sabcmd finally works! (I'm sure there's a better way to do that..) simon On Thursday, December 12, 2002, at 09:44 PM, Alexander Strange wrote: Compile with 'g++' instead of 'gcc', or add -lstdc++ . On Thursday

Re: [Fink-devel] sablotron

2002-12-12 Thread Alexander Strange
Compile with 'g++' instead of 'gcc', or add -lstdc++ . On Thursday, December 12, 2002, at 09:43 PM, S Woodside wrote: hi there, I hope this list is an OK place to post this request. I'm trying to port sablotron to OS X 10.2. As far as I can tell, it's not been discussed here before. I've got

[Fink-devel] sablotron

2002-12-12 Thread S Woodside
hi there, I hope this list is an OK place to post this request. I'm trying to port sablotron to OS X 10.2. As far as I can tell, it's not been discussed here before. I've got a page up at http://simonwoodside.com/dev/axkit.html#sablot that goes over what I've done so far but I'm stuck on an un