From: <pa...@rc...> - 2000-11-27 06:09:13
|
Hi, Marco. First of all, I'll say that this is a very strange problem. What did you do to make ./configure work? Do you have "g++" installed now? Somewhere in "apps/xojpanel/Makefile", there's a line that says "CC = gcc". Try changing that to "CC = g++" and see if that helps. David Marco Bruschi wrote: > > Hi, now the ./configure is works fine. > I get problems on "make" with the following output > > gcc: ojstatus.cpp: linker input file unused since linking not done > gcc: ojmanager.cpp: linker input file unused since linking not done > gcc: moc_oj.cpp: linker input file unused since linking not done > gcc: ojstatus.o: No such file or directory > gcc: ojmanager.o: No such file or directory > gcc: moc_oj.o: No such file or directory > make[2]: *** [xojpanel] Error 1 > make[1]: *** [release] Error 2 > make: *** [release] Error 2 > bruschi-rem:/usr/lib/hpoj-0.6 # less error.txt > bruschi-rem:/usr/lib/hpoj-0.6 # make > error.txt > gcc: ojstatus.cpp: linker input file unused since linking not done > gcc: ojmanager.cpp: linker input file unused since linking not done > gcc: moc_oj.cpp: linker input file unused since linking not done > gcc: ojstatus.o: No such file or directory > gcc: ojmanager.o: No such file or directory > gcc: moc_oj.o: No such file or directory > make[2]: *** [xojpanel] Error 1 > make[1]: *** [release] Error 2 > make: *** [release] Error 2 > > Any idea about how to proceed ? > Thanks a lot again > Marco > > > > On Mon, 20 Nov 2000, David Paschal wrote: > > > Marco Bruschi wrote: > > ... > > > checking for c++... no > > > checking for g++... no > > > checking for gcc... gcc > > > checking whether the C++ compiler (gcc ) works... no > > > configure: error: installation or configuration problem: C++ compiler > > > cannot create executables. > > ... > > > > Hi, Marco. Make sure you have the C++ compiler installed. I don't know > > what the package name is for SuSE, but on RedHat 6.2 it's "egcs-c++-1.1.2-30". > > > > David |