[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Troubles during compilation



On Thu, 28 Apr 2005 quantumboy@o2.pl wrote:

> My compiler is:
> gcc (GCC) 3.3.2 20031022 (Red Hat Linux 3.3.2-1)
>
> and I try to compile ePiX under Aurox 10.0 (it's the Polish Linux
> based on Fedora Core 2).
>
> When I tried to compile it (make) I got:
>
> g++ -c -Wall triples.cc
> In file included from triples.cc:36:
> globals.h:56:18: string: Nie ma takiego pliku ani katalogu
> globals.h:57:17: cmath: Nie ma takiego pliku ani katalogu
>
> [snip subsequent errors]
>
Hello,

It looks like you're either missing parts of the C++ standard library --
specifically the header files cmath.h and string.h -- or else the compiler
isn't finding them.  Did you install the "glibc-devel" package(s) for your
distribution?

Hope that's helpful,

Andy

Andrew D. Hwang			ahwang@mathcs.holycross.edu
Department of Math and CS	http://math.holycross.edu/~ahwang
College of the Holy Cross	(508) 793-2458 (Office: 320 Swords)
Worcester, MA, 01610-2395	(508) 793-3530 (fax)