Trouble compiling augustus...

Discussions about compiler errors and installation problems

Moderator: bioinf

Post Reply
Admin
Site Admin
Posts: 12
Joined: Wed Nov 18, 2015 5:16 pm

Trouble compiling augustus...

Post by Admin »

Originally posted by Jackie in the old forum on 29.04.2013 - 01:00

Hi!
I have unpacked augustus.2.5.5.tar.gz to my usr/local directory. I can see the bin, config, docs, etc. subfiles in the directory. When I change into the src directory, however, and type "make" I get the following error message:

Code: Select all

g++ -c -Wall -Wno-sign-compare -ansi -pedantic -02 -static -o -genbank.o genbank.cc -I../include -I. 
make:g++: Command not found 
make: *** [genbank.o] Error 127
I am using Ubuntu 12.10. Any thoughts as to why the "make" command is not working?
Best wishes, Jackie
Admin
Site Admin
Posts: 12
Joined: Wed Nov 18, 2015 5:16 pm

Re: Trouble compiling augustus...

Post by Admin »

Originally posted by katharina in the old forum on 29.04.2013 - 10:32

Have you installed the compiler on your system? Try "sudo apt-get install gcc".
Katharina
Admin
Site Admin
Posts: 12
Joined: Wed Nov 18, 2015 5:16 pm

Re: Trouble compiling augustus...

Post by Admin »

Originally posted by Jackie in the old forum on 29.04.2013 - 16:19

Hi Katharina,
Thanks for your response... I ran your command and it says "gcc is already the newest version" which I assume means it is installed. When I run "make" again I get the same error message I copied above.
Best wishes, Jackie
Admin
Site Admin
Posts: 12
Joined: Wed Nov 18, 2015 5:16 pm

Re: Trouble compiling augustus...

Post by Admin »

Originally posted by Jackie in the old forum on 29.04.2013 - 16:29

p.s. I should probably clarify that I downloaded and unpacked augustus.2.7, not augustus.2.5.5 as I originally wrote... otherwise everything I wrote above is correct.
Best wishes, Jackie
Admin
Site Admin
Posts: 12
Joined: Wed Nov 18, 2015 5:16 pm

Re: Trouble compiling augustus...

Post by Admin »

Originally posted by mario in the old forum on 29.04.2013 - 18:26

This has nothing to do with augustus itself. You have to make
sure that e.g. typing

Code: Select all

g++ -v 
on the command line does not give you an error on your system. g++ is the GNU C++ compiler.
Admin
Site Admin
Posts: 12
Joined: Wed Nov 18, 2015 5:16 pm

Re: Trouble compiling augustus...

Post by Admin »

Originally posted by Jackie in the old forum on 30.04.2013 - 05:51

Hi everyone,
I don't get any error messages when I type "g++ -v". Although I'm still unable to compile augustus using "make", I was able to download augustus using maker, so... we'll call that a win for the moment...
Thanks for all your suggestions!
Jackie
Post Reply