make: g++: Command not found

1,172 views
Skip to first unread message

ken watanabe

unread,
Nov 2, 2010, 1:07:14 PM11/2/10
to bedtools-discuss
When I type "make all" I get the following errors

- Building in src/utils/lineFileUtilities
* compiling lineFileUtilities.cpp
make[1]: g++: Command not found
make[1]: *** [../../../obj//lineFileUtilities.o] Error 127
etc...

I tried installing the following as root user. Below are the messages
I get.
# yum install gcc
Loaded plugins: presto, refresh-packagekit
Setting up Install Process
Package gcc-4.4.4-10.fc13.x86_64 already installed and latest version
Nothing to do

# yum install build-essential
Loaded plugins: presto, refresh-packagekit
Setting up Install Process
No package build-essential available.
Error: Nothing to do

# apt-get install build-essential
bash: apt-get: command not found

# yum install zlib
Loaded plugins: presto, refresh-packagekit
Setting up Install Process
Package zlib-1.2.3-23.fc12.x86_64 already installed and latest version
Nothing to do

Any info would be greatly appreciated.
Ken

Aaron Quinlan

unread,
Nov 2, 2010, 2:56:13 PM11/2/10
to bedtools...@googlegroups.com
Hi Ken,
Try:
yum install gcc-c++

Best,
Aaron

ken watanabe

unread,
Nov 2, 2010, 5:19:39 PM11/2/10
to bedtools-discuss
It worked!
I logged in as root and typed
# yum install gcc-c++
then everything worked.
Thanks.
Reply all
Reply to author
Forward
0 new messages