On Thu, 29 Dec 2016 17:11:10 -0700, Orion Poplawski wrote:

> >  $ claw-config all --libs 
> > -L/usr/lib -lclaw_application -lclaw_logger -lclaw_dynamic_library -ldl
> > -lclaw_configuration_file -lclaw_graphic -lpng -lz -ljpeg -lclaw_logger
> > -lclaw_net -lclaw_tween
> > 
> > Is relinking with all those non-libclaw libs necessary? It seems they are
> > for linking statically only.

> https://koji.fedoraproject.org/koji/taskinfo?taskID=17109344
> 
> I did not address the various -l library output of claw-config or
> -I/usr/include, nor the "libclaw1" name.
> 
> Initial issue was caused by the claw cmake file refusing to "find" libclaw if
> any of the dependent packages (libjpeg/libpng/boost) were not found.
> libclaw-devel now requires them.

Eventually, this ought to get fixed however, because relinking with shared
libs causes the same dependency bloat (and requires unnecessary rebuilds)
as if using libtool .la files, for example.
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Reply via email to