~ubuntu-branches/ubuntu/maverick/apt/maverick-security

« back to all changes in this revision

Viewing changes to COMPILING

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2005-03-07 20:08:33 UTC
  • Revision ID: james.westby@ubuntu.com-20050307200833-0lxdgg2cb4oculdv
Tags: 0.6.35
* Merge apt--mvo--0 (incorporates 0.6.34ubuntu1):
  - Implement MaxSize and MaxAge in apt.cron.daily, to prevent the cache
    from growing too large (Ubuntu #6761)
  - some comments about the pkgAcqMetaSig::Custom600Headers() added
  - use gpg --with-colons
  - commented the ftp no_proxy unseting in methods/ftp.cc
  - added support for "Acquire::gpgv::options" in methods/gpgv.cc
* Merge bubulle@debian.org--2005/apt--main--0
  - Make capitalization more consistent
  - Un-fuzzy translations resulting from capitalization changes
  - Italian translation update

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
  - A working ANSI C++ compiler, this is not g++ 2.7.* 
9
9
    g++ 2.8 works OK and newer egcs work well also. Nobody has tried it
10
10
    on other compilers :< You will need a properly working STL as well.
11
 
    g++ 3 does not presently work because they made the STL headers
12
 
    use namespaces. 
13
11
  - A C library with the usual POSIX functions and a BSD socket layer. 
14
12
    If you OS conforms to the Single Unix Spec then you are fine:
15
13
      http://www.opengroup.org/onlinepubs/7908799/index.html      
 
14
  - Refer to the Build-Depends information in debian/control for
 
15
    additional requirements (some of which are Debian-specific)
16
16
 
17
17
** NOTICE **
18
18
The C++ global constructors do not link correctly when using non-shared