<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.6.1">
</HEAD>
<BODY>
This attitude is why people leave redhat for debian/ubuntu, get fltk right and the rest will follow.<BR>
We have tested already.<BR>
<BR>
-----Original Message-----<BR>
<B>From</B>: Adam Jackson &lt;<A HREF="mailto:Adam%20Jackson%20%3cajax@redhat.com%3e">ajax@redhat.com</A>&gt;<BR>
<B>Reply-to</B>: Development discussions related to Fedora &lt;devel@lists.fedoraproject.org&gt;<BR>
<B>To</B>: Development discussions related to Fedora &lt;<A HREF="mailto:Development%20discussions%20related%20to%20Fedora%20%3cdevel@lists.fedoraproject.org%3e">devel@lists.fedoraproject.org</A>&gt;<BR>
<B>Subject</B>: Re: fltk<BR>
<B>Date</B>: Wed, 19 Dec 2012 11:17:22 -0500<BR>
<BR>
<PRE>
On Thu, 2012-12-20 at 01:55 +1000, Adrian wrote:
<FONT COLOR="#737373">&gt; No it is not, the reason flrig cannot be built in fedora as it is easy</FONT>
<FONT COLOR="#737373">&gt; in Ubuntu. Lets not get behind the 8 ball.</FONT>

Assuming by flrig you mean this:

<A HREF="http://www.w1hkj.com/downloads/flrig/flrig-1.3.09.tar.gz">http://www.w1hkj.com/downloads/flrig/flrig-1.3.09.tar.gz</A>

Then flrig itself is not exactly blameless:

/usr/bin/ld: flrig-rig.o: undefined reference to symbol 'XCreatePixmap'
/usr/bin/ld: note: 'XCreatePixmap' is defined in DSO /lib64/libX11.so.6
so try adding it to the linker command line
/lib64/libX11.so.6: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status

In general you must not rely on what the libraries you link against
themselves link against.  If you need a symbol from libX11, say so.

(I suppose one could argue that fltk-config is not like pkgconfig and
that fltk promises to supply you more libraries than you need to link
against.  Which would be sort of funny, a &quot;lightweight&quot; toolkit bloating
out your link like that.)

- ajax

</PRE>
</BODY>
</HTML>