[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: OT gtk+ kompilieren.



On Thu, Nov 06, 2008 at 10:26:05AM +0100, Hermann Schuster wrote:
> Ich habe nun versucht, das Programm mit folgendem Befehl zu kompilieren:
> 
> gcc LIST2101.C  -o prog1 `pkg-config --libs --cflags gtk+-2.0`
> 
> Darauf erhielt ich folgende Fehlermeldung vom Compiler:
> 
> /tmp/ccUVK4Hf.o:(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
> collect2: ld returned 1 exit status
> 
> Als Anfaenger weiss ich nun damit gar nichts anzufangen. :-(

google hat mir zu __gxx_personality_v0 folgendes als 1. ausgeworfen

http://mail.gnome.org/archives/gtk-app-devel-list/2004-October/msg00192.html

> Fehlt da eine Bibliothek ?? Was ist da los?

Unix ist case-sensitive. .C ist ungleich .c. Für den gcc ist .C c++
und nicht c.

-- 
Nicht Absicht unterstellen, wenn auch Dummheit ausreicht!

Attachment: signature.asc
Description: Digital signature


Reply to: