No it is not, the reason flrig cannot be built in fedora as it is easy in Ubuntu. Lets not get behind the 8 ball.
-----Original Message----- From: Susi Lehtola <[email protected]> Reply-to: Development discussions related to Fedora <[email protected]> To: [email protected] Subject: Re: fltk Date: Wed, 19 Dec 2012 17:22:05 +0200 On Thu, 20 Dec 2012 01:12:38 +1000 Adrian <[email protected]> wrote: > > Please guys get your act together on fltk, the yum build is > ridiculous; > > [root@fedora18desk ~]# fltk-config --ldflags > > -Wl,-z,relro -lfltk > > should be (built from source) > > [root@fedora18desk ~]# fltk-config --ldflags > -L/usr/local/lib -lfltk -lXext -lXft -lfontconfig -lXinerama -lpthread > -ldl -lm -lX11 > [root@fedora18desk ~]# I'm guessing your build from source is a static one. The shared library in Fedora is already linked to all of the above libraries, so if one only uses fltk then one only needs to link to -lfltk. -- Susi Lehtola Fedora Project Contributor [email protected]
-- devel mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/devel
