Sorry for the late answer, currently I am extremly busy. It looks like a problem with GCC compiler on MacOSX, because you can not run therion from command line.
Tiger uses gcc 4 by default. Try compiling therion using gcc 3.3. Use the gcc_select command: gcc_select 3.3 and then recompile therion (make clean all). Or you can edit Makefile CXX = g++-3.3 CC = ??? (should be something simmilar here) Does that make the errors go away? S. Thierry Gonon wrote: > Hello, > > First, I wish to thank you for your answer. > I can run xtherion without problems, but when I try to compile, it answer : > "ERROR : can't run 'therion -x...'" > I'm just installing a new version of tex (tetex distribution), with > FinkCommander. Can it solve my problem ? > Sorry, but I can't connect to iChat (maybe this afternoon...)... Otherwise, > it would be easier to solve the problem !! > > Thank you very much ! > > Thierry > > On Tuesday, October 04, 2005, at 08:14PM, Martin Sluka <martinsluka at > mac.com> wrote: > > >>At 18:25 +0200 4.10.2005, Thierry Gonon wrote: >>******************************************* >> >> >>>Hello, >>> >>>I'm a new user of Therion, coming from Toporobot, working on MacOS X >>>10.4... I install everything, without problems in appearance. But >>>when I try to run therion (therion -x ...), the terminal answer : >>> >>>dyld: lazy symbol binding failed: lazy pointer not found >>>dyld: lazy pointer not found >>>Trace/BPT trap >>> >>>What is my problem, how can I solve it ?? >>> >>>Thank you very much for any help ! >>> >>>Thierry >>>_______________________________________________ >>>Therion mailing list >>>Therion at speleo.sk >>>http://www.speleo.cz/mailman/listinfo/therion >> >>There is no reason to run therion itself. The GUI to therion is >>TCL/TK application xtherion. You call therion from this app by >>pressing the F9 or button Compile. >> >>Xtherion on MacOSX is a bit buggy, so the best way is to change your >>actual directory to xtherion folder - ./therion/xtherion - and write >>to terminal prompt "wish xtherion" >> >>Hope this help. Feel free to try skype - msluka - or ichat - my mail address. >> >>Martin >>-- >>_______________________________________________ >>Therion mailing list >>Therion at speleo.sk >>http://www.speleo.cz/mailman/listinfo/therion >> >> > > _______________________________________________ > Therion mailing list > Therion at speleo.sk > http://www.speleo.cz/mailman/listinfo/therion >
