You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bedtools-discuss
It worked!
I logged in as root and typed
# yum install gcc-c++
then everything worked.
Thanks.