Hello, and thank you very much for your answer.

But unfortunately, after setting gcc version to 3.3, and recompiling, it still 
don't work. The main problem seems to be when I run make install... 
Here's the answer of the terminal :
perl makeinstall.pl MACOSX
rm: illegal option -- -
usage: rm [-f | -i] [-dPRrvW] file ...
       unlink file
rm: illegal option -- -
usage: rm [-f | -i] [-dPRrvW] file ...
       unlink file
rm: illegal option -- -
usage: rm [-f | -i] [-dPRrvW] file ...
       unlink file
rm: illegal option -- -
usage: rm [-f | -i] [-dPRrvW] file ...
       unlink file
cp: illegal option -- -
usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src target
       cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src1 ... srcN directory
cp: illegal option -- -
usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src target
       cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src1 ... srcN directory
cp: illegal option -- -
usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src target
       cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src1 ... srcN directory
cp: illegal option -- -
usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src target
       cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src1 ... srcN directory

It seems to be a problem in the "make install" perl script, with two dashes 
instead of one... Can I simply open the perl script and modify this ??

Thank you very much !

Thierry

Le vendredi, 07 octobre, 2005, à 05h08, Stacho Mudrak <s.m at speleo.sk> a 
écrit :

>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
>> 
>
>_______________________________________________
>Therion mailing list
>Therion at speleo.sk
>http://www.speleo.cz/mailman/listinfo/therion
>
>

Reply via email to