From: <pa...@rc...> - 2000-11-20 11:05:48
|
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 |
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 |
From: Marco B. <br...@ma...> - 2000-11-27 08:18:41
|
Hi David, yes, following your suggestion, I installed g++. Now I'll try to make the modification you suggest. I'll let you know. Thanks a lot, Marco On Sun, 26 Nov 2000, David Paschal wrote: > 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 > > _______________________________________________ > hpoj-devel mailing list > hpo...@li... > http://lists.sourceforge.net/mailman/listinfo/hpoj-devel > |
From: Sammy R. <re...@ca...> - 2000-11-27 17:23:56
|
Marco Bruschi wrote: > Hi David, > yes, following your suggestion, I installed g++. > Now I'll try to make the modification you suggest. > I'll let you know. > Thanks a lot, > Marco > > On Sun, 26 Nov 2000, David Paschal wrote: > > > 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 > These seem to be occuring from the fact that your gcc header files are not installed > it happend to me as well sammy > > > > > 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 > > > > _______________________________________________ > > hpoj-devel mailing list > > hpo...@li... > > http://lists.sourceforge.net/mailman/listinfo/hpoj-devel > > > > _______________________________________________ > hpoj-devel mailing list > hpo...@li... > http://lists.sourceforge.net/mailman/listinfo/hpoj-devel |
From: Marco B. <br...@ma...> - 2000-11-20 21:50:59
|
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 > > _______________________________________________ > hpoj-devel mailing list > hpo...@li... > http://lists.sourceforge.net/mailman/listinfo/hpoj-devel > |