
10 Jul
2006
10 Jul
'06
3:29 a.m.
Seth Kurtzberg wrote:
On Sun, July 9, 2006 6:35 pm, Jens Petersen wrote:
Juan RodrĂguez Hortalá wrote:
Helllo everyone!!!, I have had this problem trying to build wxhaskell, can anybody help me? g++ -c wxc/src/ewxw_main.cpp -o out/wxc/ewxw_main.o -MD -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -Iwxc/include /bin/sh: g++: command not found
Sounds like you don't have gcc+c++ installed.
Sorry for the typo: the package name is gcc-c++
If it is installed, g++ may not be in the search path.
Well it is in /usr/bin. But if /usr/bin is not in your path then yes, you're making life hard for yourself and rpmbuild... Jens