Archaeopteryx
05-20-2003, 08:21 PM
upon make i get this:
[root@computar showeq]# make
make all-recursive
make[1]: Entering directory `/root/showeq'
Making all in maps
make[2]: Entering directory `/root/showeq/maps'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/showeq/maps'
Making all in src
make[2]: Entering directory `/root/showeq/src'
g++-3.0.1 -DHAVE_CONFIG_H -I. -I. -I.. -I/root/qt3/include -I/usr/X11R6/include
-DMAPDIR=\"/usr/local/share/showeq\" -DLOGDIR=\"/usr/local/share/showeq\" -I/usr/include/pcap
-D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1
-DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons/\" -c main.cpp
In file included from /usr/include/g++-v3/bits/std_list.h:61,
from /usr/include/g++-v3/list:31,
from /root/qt3/include/qvaluelist.h:49,
from /root/qt3/include/qmap.h:47,
from /root/qt3/include/qmime.h:43,
from /root/qt3/include/qevent.h:45,
from /root/qt3/include/qobject.h:45,
from /root/qt3/include/qwidget.h:43,
from /root/qt3/include/qdesktopwidget.h:42,
from /root/qt3/include/qapplication.h:42,
from main.cpp:15:
/usr/include/g++-v3/bits/stl_algobase.h: In function `int
std::__lexicographical_compare_3way(_InputIter1, _InputIter1, _InputIter2,
_InputIter2)':
/usr/include/g++-v3/bits/stl_algobase.h:669: Internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:https://qa.mandrakesoft.com/> for instructions.
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/root/showeq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/showeq'
make: *** [all-recursive-am] Error 2
[root@computar showeq]#
any sugestions gladly accepted, yes i have renamed libeq.h to libEQ.h.... i export everything correctly:
export CC=gcc-3.0.1 ; export CXX=g++-3.0.1 ; export QTDIR=/root/qt3 (where i installed it)
[root@computar showeq]# make
make all-recursive
make[1]: Entering directory `/root/showeq'
Making all in maps
make[2]: Entering directory `/root/showeq/maps'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/showeq/maps'
Making all in src
make[2]: Entering directory `/root/showeq/src'
g++-3.0.1 -DHAVE_CONFIG_H -I. -I. -I.. -I/root/qt3/include -I/usr/X11R6/include
-DMAPDIR=\"/usr/local/share/showeq\" -DLOGDIR=\"/usr/local/share/showeq\" -I/usr/include/pcap
-D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1
-DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons/\" -c main.cpp
In file included from /usr/include/g++-v3/bits/std_list.h:61,
from /usr/include/g++-v3/list:31,
from /root/qt3/include/qvaluelist.h:49,
from /root/qt3/include/qmap.h:47,
from /root/qt3/include/qmime.h:43,
from /root/qt3/include/qevent.h:45,
from /root/qt3/include/qobject.h:45,
from /root/qt3/include/qwidget.h:43,
from /root/qt3/include/qdesktopwidget.h:42,
from /root/qt3/include/qapplication.h:42,
from main.cpp:15:
/usr/include/g++-v3/bits/stl_algobase.h: In function `int
std::__lexicographical_compare_3way(_InputIter1, _InputIter1, _InputIter2,
_InputIter2)':
/usr/include/g++-v3/bits/stl_algobase.h:669: Internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:https://qa.mandrakesoft.com/> for instructions.
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/root/showeq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/showeq'
make: *** [all-recursive-am] Error 2
[root@computar showeq]#
any sugestions gladly accepted, yes i have renamed libeq.h to libEQ.h.... i export everything correctly:
export CC=gcc-3.0.1 ; export CXX=g++-3.0.1 ; export QTDIR=/root/qt3 (where i installed it)