From owner-freebsd-hackers@FreeBSD.ORG Fri Apr 11 16:10:15 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E179937B445 for ; Fri, 11 Apr 2003 16:10:15 -0700 (PDT) Received: from mail.sandvine.com (sandvine.com [199.243.201.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44CDF43F3F for ; Fri, 11 Apr 2003 16:10:15 -0700 (PDT) (envelope-from don@sandvine.com) Received: by mail.sandvine.com with Internet Mail Service (5.5.2653.19) id ; Fri, 11 Apr 2003 19:10:11 -0400 Message-ID: From: Don Bowman To: 'Gianmarco Giovannelli' Date: Fri, 11 Apr 2003 19:10:07 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" cc: hackers@freebsd.org Subject: RE: gcc iussue or ... ? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2003 23:10:16 -0000 Gianmarco Giovannelli wrote: > The problem is very simple. > I mantain a unix/linux port of a UO emulator which works really fine > natively under FreeBSD. > > The problem is that if I compile it under FreeBSD it is a binary of 19M, > while on linux (debian 3.0), same Makefile, is only 2MB. > FreeBSD 5.0 and > OpenBSD 3.1 produce the (about) 19M file. > Mingw compiler under windows act like Linux. one thing I normally try is nm --size-sort --print-file-name *.o and then look for an outlier, one that is much bigger than the others.