Date: 21 Aug 2002 12:07:11 -0400 From: Joe Marcus Clarke <marcus@marcuscom.com> To: Joe Kelsey <joek@mail.flyingcroc.net> Cc: freebsd-gnome <freebsd-gnome@FreeBSD.ORG> Subject: Re: Repeated flags on gnome2 compiles Message-ID: <1029946032.316.32.camel@gyros.marcuscom.com> In-Reply-To: <3D63AC80.5060502@flyingcroc.net> References: <3D63AC80.5060502@flyingcroc.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1029946032.316.32.camel>