I have unpacked the file XaoS-3.2.3.tar.gz and when I'm running ./configure this is what i get back

@:~/Desktop/test/XaoS-3.2.3> ./configure
checking build system type... i686-suse-linux
checking host system type... i686-suse-linux
checking target system type... i686-suse-linux
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
@:~/Desktop/test/XaoS-3.2.3>

What can I do to solve this and to get configure to work?
My distro is SUSE 10.2
any help is apprichiated:)

Recommended Answers

All 2 Replies

Have you ever sucessfuly compiled software on this install before? If not, I would say there's a pretty good chance that you don't have a compiler installed. I'm not familiar with YaST packaging tools, but I think it's basically the same as other distributions: install gcc, make, and automake (some package managers simply call it "Programming tools"). Once the installation is complete, try ./configure again, and you will likely find that it will not fail (or at least, come out with a different error message).

Hope this helps

thanks for the help, that solved the problem

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.