Pidgin, das umbenannte
Gaim, gehört ganz offenbar nicht dazu. Unter Solaris läßt es sich irgendwie mal so garnicht starten. Weder mit einem gcc, noch mit dem Sun Compiler kommt was lauffähiges dabei heraus:
Pidgin has segfaulted and attempted to dump a core file.
This is a bug in the software and has happened through
no fault of your own.
If you can reproduce the crash, please notify the developers
by reporting a bug at:
http://developer.pidgin.im/newticket/
Please make sure to specify what you were doing at the time
and post the backtrace from the core file. If you do not know
how to get the backtrace, please read the instructions at
http://developer.pidgin.im/wiki/GetABacktrace
If you need further assistance, please IM either SeanEgn or
LSchiere (via AIM). Contact information for Sean and Luke
on other protocols is at
http://developer.pidgin.im/wiki/DeveloperPages
Super.
Und vorher, beim kompilieren, das hier:
1. Versuch: gcc
cc1: error: invalid option `t'
Was ist denn das? Hm, na mal schauen. Ich finde
einen Thread, der Antwort bietet:
I don't know where the -mt is coming from. There is a -mt option for
the ia64 targeted compiler, but you seem to be using i386-solaris.
Nein, ich bin nicht auf
i386, ich bin auf
Sparc. Ja, es gibt Prozessoren aus nicht Wintel-kompatiblen Architekturen. Ey boah ey!
Also alle Makefiles editiert, -mt rausgeworfen. Führt aber zu obigem Absturz.
2. Versuch: SUNWspro
Beim Kompilieren erhalte ich die folgenden Fehlermeldungen:
../../../libtool: line 96: gcc: command not found
../../../libtool: line 97: gcc: command not found
sed: -e expression #1, char 0: no previous regular expression
sed: -e expression #1, char 0: no previous regular expression
sed: -e expression #1, char 0: no previous regular expression
sed: -e expression #1, char 0: no previous regular expression
Schon recht, ich habe auch keinen gcc definiert, sondern will den cc von Sun verwenden. Was steht denn in libtool drin?
90 # A language-specific compiler.
91 CC="cc"
92
93 # Is the compiler the GNU C compiler?
94 with_gcc=
95
96 gcc_dir=`gcc -print-file-name=. | sed 's,/\.$,,'`
97 gcc_ver=`gcc -dumpversion`
Na sowas... Sieht so aus, als hätte libtool rausgefunden, dass man keinen gcc verwendet. Nur um zwei Zeilen später sich dann Details vom nicht vorhandenen Compiler holen zu wollen. Das kann echt nicht wahr sein. *kopfschüttel*
Ich gehe jetzt einen ordentlichen IM suchen...
cptsalek - 25. Jun, 10:05