Segmentation Fault

Software besorgen und anwenden
Post Reply
Message
Author
peterm
Posts: 287
Joined: 16. Sep 2000 15:35

Segmentation Fault

#1 Post by peterm »

Hallo Leute,

ich habe folgendes Problem:

kdelibs mittels cvs heruntergeladen

./configure --bestimmte-optionen
make
(...)
Entering directory (PWD)/arts/flow
../../arts/mcopidl/mcopidl -t ../../arts/flow/artsflow.idl
[artsflow.h] Segmentation fault

Dieses "mcopidl" segfaultet nach einem Aufruf und bricht ab.
Compiler: GCC-3.0.4 (Debian prerelease)

Vielen Dank für jede Hilfe.

cu

User avatar
arni
Posts: 73
Joined: 10. Feb 2002 19:32
Location: Berlin
Contact:

Re: Segmentation Fault

#2 Post by arni »

Der gcc-3x wird von KDE nicht empfohlen. Einige haben Probleme (meistends SegFaults) einige auch nicht.
Wenn nicht dein gesamtes System mit dem gcc-3x gebaut ist könnte das am Compiler liegen. Probier es doch einfach mal mit dem gcc-2.95.3

peterm
Posts: 287
Joined: 16. Sep 2000 15:35

Re: Segmentation Fault

#3 Post by peterm »

Hi arni,

vielen Dank, es hat funktioniert.

cu

Post Reply