Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Nov 2003 10:18:02 -0500
From:      Guy Middleton <guy@obstruction.com>
To:        ports@freebsd.org
Subject:   g++33 creates large binaries on 5.1-RELEASE
Message-ID:  <20031130151802.GA66328@chaos.obstruction.com>

next in thread | raw e-mail | index | archive | help
I compile a simple C++ program:

#include <fstream>
int main() {
    std::ofstream out( "file.out" );
}

With g++33 on a 5.1-RELEASE system, it creates a very large binary (500k).  Is
there something obvious I am doing wrong here?  Thanks.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031130151802.GA66328>