I am trying to compile xfstt on SuSE 6.2 and get the following. # make xfstt && make install c++ -g -Wall -pedantic -DMAGNIFY=0 -c RAFile.cpp make: c++: Command not found make: *** [RAFile.o] Error 127 What do I make of this? Thanks. -- Michael H. Collins http://www.linuxlink.com 512-442-3151 512-656-9508 The Ultimate WM http://www.xfce.org Do you want FUN with Linux? http://www.austinlug.org http://hebb.cis.uoguelph.ca/~dave/27320/new/unixphil.html -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
Hi, On Thu, Dec 30, 1999 at 21:34 -0600, Michael H. Collins wrote:
I am trying to compile xfstt on SuSE 6.2 and get the following.
# make xfstt && make install c++ -g -Wall -pedantic -DMAGNIFY=0 -c RAFile.cpp make: c++: Command not found make: *** [RAFile.o] Error 127
What do I make of this?
[sttr]/home/sttr> rpm -qf `which c++` gpp-991012-3 [sttr]/home/sttr> ls -l `which c++` lrwxrwxrwx 1 root root 3 Dec 20 17:46 /usr/bin/c++ -> g++ You'll have to install the gpp package. If it already is installed, check if /usr/bin/c++ is a link to /usr/bin/g++. Ciao, Stefan -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
Tried to install gpp. error: failed dependencies: c_compiler is needed by gpp-991012-10 What package is c_compiler under? The names of the packages are very misleading at this point. I must have installed 6 or seven different compilers that I will never need. Thanks ahead. Stefan Troeger wrote:
Hi,
On Thu, Dec 30, 1999 at 21:34 -0600, Michael H. Collins wrote:
I am trying to compile xfstt on SuSE 6.2 and get the following.
# make xfstt && make install c++ -g -Wall -pedantic -DMAGNIFY=0 -c RAFile.cpp make: c++: Command not found make: *** [RAFile.o] Error 127
What do I make of this?
[sttr]/home/sttr> rpm -qf `which c++` gpp-991012-3 [sttr]/home/sttr> ls -l `which c++` lrwxrwxrwx 1 root root 3 Dec 20 17:46 /usr/bin/c++ -> g++
You'll have to install the gpp package. If it already is installed, check if /usr/bin/c++ is a link to /usr/bin/g++.
Ciao,
-- Michael H. Collins http://www.linuxlink.com 512-442-3151 512-656-9508 The Ultimate WM http://www.xfce.org Do you want FUN with Linux? http://www.austinlug.org http://hebb.cis.uoguelph.ca/~dave/27320/new/unixphil.html -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
Hi, On Fri, Dec 31, 1999 at 08:24 -0600, Michael H. Collins wrote:
Tried to install gpp.
error: failed dependencies: c_compiler is needed by gpp-991012-10
What package is c_compiler under?
The names of the packages are very misleading at this point. I must have installed 6 or seven different compilers that I will never need.
c_compiler is not a specific package but one of of the C compilers SuSE ships with (egcs or gccfront (?)). Ciao, Stefan -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
Do you have the package xdevel installed? I think in my case this solved the problem. -----Original Message----- From: mike [mailto:mike]On Behalf Of Michael H. Collins Sent: Friday, December 31, 1999 6:35 AM To: suse Subject: [SLE] TT Fonts I am trying to compile xfstt on SuSE 6.2 and get the following. # make xfstt && make install c++ -g -Wall -pedantic -DMAGNIFY=0 -c RAFile.cpp make: c++: Command not found make: *** [RAFile.o] Error 127 What do I make of this? Thanks. -- Michael H. Collins http://www.linuxlink.com 512-442-3151 512-656-9508 The Ultimate WM http://www.xfce.org Do you want FUN with Linux? http://www.austinlug.org http://hebb.cis.uoguelph.ca/~dave/27320/new/unixphil.html -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/ -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
I get the following error when compiling xfstt in the SuSE 6.2 installation. What other pachages do i need to install? alpha:~/xfstt-1.0 # make c++ -g -Wall -pedantic -DMAGNIFY=0 -c xfstt.cpp -I/usr/X11R6/include/X11/fonts\ -I/usr/X11R6/include/ xfstt.cpp:47: X11/fonts/FS.h: No such file or directory xfstt.cpp:48: X11/fonts/FSproto.h: No such file or directory make: *** [xfstt.o] Error 1 _________________________________ Mac Q. Flores IV mflores@uchicago.edu LinuxPowered 2.2.10 _________________________________ -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
You also need the xdevel package for FS.h and FSproto.h. Best wishes from Steve & Clara at FeF, Spain. On Sat, 01 Jan 2000, you wrote:
I get the following error when compiling xfstt in the SuSE 6.2 installation. What other pachages do i need to install?
alpha:~/xfstt-1.0 # make c++ -g -Wall -pedantic -DMAGNIFY=0 -c xfstt.cpp -I/usr/X11R6/include/X11/fonts\ -I/usr/X11R6/include/ xfstt.cpp:47: X11/fonts/FS.h: No such file or directory xfstt.cpp:48: X11/fonts/FSproto.h: No such file or directory make: *** [xfstt.o] Error 1
_________________________________ Mac Q. Flores IV mflores@uchicago.edu LinuxPowered 2.2.10 _________________________________
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
participants (5)
-
bodek@iconnect.co.ke
-
fsanta@arrakis.es
-
mflores@uchicago.edu
-
mhtexcollins@austin.rr.com
-
sttr@sttr.de