From owner-freebsd-gnome Wed Aug 21 9: 7:18 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E116437B400 for ; Wed, 21 Aug 2002 09:07:15 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DBE243E3B for ; Wed, 21 Aug 2002 09:07:15 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.0] (vpn-client-0.marcuscom.com [10.2.1.0]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g7LG78ix039313; Wed, 21 Aug 2002 12:07:08 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: Repeated flags on gnome2 compiles From: Joe Marcus Clarke To: Joe Kelsey Cc: freebsd-gnome In-Reply-To: <3D63AC80.5060502@flyingcroc.net> References: <3D63AC80.5060502@flyingcroc.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 21 Aug 2002 12:07:11 -0400 Message-Id: <1029946032.316.32.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 2002-08-21 at 11:06, Joe Kelsey wrote: > Why are so many compile flags repeated on gnome2 compiles? Is it a > Gnome problem or a FreeBSD problem? Obviously, the compiles complete, > but it looks bad seeing stuff like this: > > cc -O -pipe -g -Wall -Wpointer-arith -Wmissing-prototypes > -Wmissing-declarations -o gdmgreeter greeter.o greeter_action_language.o > greeter_canvas_item.o greeter_events.o greeter_geometry.o greeter_item.o > greeter_item_timed.o greeter_item_capslock.o greeter_item_clock.o > greeter_item_pam.o greeter_parser.o greeter_session.o greeter_system.o > -L../../gui -lgdmwm -lgdmlang -L../../vicious-extensions -lvicious > -L/usr/X11R6/lib -lX11 -lXinerama -Wl,--export-dynamic > -Wl,--export-dynamic -Wl,--export-dynamic -Wl,--export-dynamic > -Wl,--export-dynamic -Wl,--export-dynamic -Wl,--export-dynamic > -Wl,--export-dynamic -Wl,--export-dynamic -Wl,--export-dynamic > -Wl,--export-dynamic -pthread -Wl,--export-dynamic -pthread > -Wl,--export-dynamic -pthread -Wl,--export-dynamic -pthread > -Wl,--export-dynamic -Wl,--export-dynamic -pthread -Wl,--export-dynamic > -pthread -Wl,--export-dynamic -pthread -Wl,--export-dynamic -pthread > -Wl,--export-dynamic -Wl,--export-dynamic -pthread -Wl,--export-dynamic > -pthread -Wl,--export-dynamic -pthread -Wl,--export-dynamic > -Wl,--export-dynamic -Wl,--export-dynamic -L/usr/local/lib > -L/usr/X11R6/lib -lgnomecanvas-2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 > -lpangoxft-1.0 -lpangox-1.0 -lgnome-2 -lbonobo-2 -lgconf-2 -lgnomevfs-2 > -lbonobo-activation -lORBit-2 -llinc -lgthread-2.0 -lrsvg-2 > -lgdk_pixbuf-2.0 -lart_lgpl_2 -lpangoft2-1.0 -lXft -lXrender -lXext > -lX11 -lfreetype -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 > -lintl -liconv -lxml2 -lz -lm -L/usr/local/lib -liconv > > It sometimes makes it hard to see real errors when you have to wade > through all of the repeated arguments. This is a product of the pkgconfig system, and I don't think it's specific to FreeBSD (I've never acutally built GNOME on another platform). It's not a problem, and if it makes errors hard to see, redirect stdout to a file, so stderr floats through to the terminal. Joe > > Just curious... > > /Joe > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message