diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:00:20 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:00:20 +0000 |
commit | 9babd968efb0aacda1893a4d591a8b54f61df74e (patch) | |
tree | df9d4539821875c3c2cf0efb1802fcc9fec55e10 /COMPILING | |
parent | aa2d22be4765bc21c6bfd6c7f8f3fdcd8f436ea7 (diff) |
apt does compile with g++-3 now, update
Author: tausq
Date: 2003-02-02 02:38:32 GMT
apt does compile with g++-3 now, update
Diffstat (limited to 'COMPILING')
-rw-r--r-- | COMPILING | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -8,8 +8,6 @@ To compile this you need a couple things - A working ANSI C++ compiler, this is not g++ 2.7.* g++ 2.8 works OK and newer egcs work well also. Nobody has tried it on other compilers :< You will need a properly working STL as well. - g++ 3 does not presently work because they made the STL headers - use namespaces. - A C library with the usual POSIX functions and a BSD socket layer. If you OS conforms to the Single Unix Spec then you are fine: http://www.opengroup.org/onlinepubs/7908799/index.html |