[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: string ???????
Felix Kollmann <fkollmann@gmx.net> writes:
> I compile my programms for Linux and Windows.
> The source code is compatible to both.
>
> That works. But under Windows there is no library called "libg++.a" .
> In which lib can I find the references I'm missing?
Are you using that lib under linux? That is outdated and you should
normaly not be forced to use it. To compile a programm under linux a
simple:
g++ source.cc -o source
should do, it will link the needed standard c++ libs automatically.
--
http://dark.x.dtu.dk/~grumbel/pingus/ |
Ingo Ruhnke <grumbel@gmx.de> http://home.pages.de/~grumbel/ |
------------------------------------------------------------------------+