Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: jls on July 24, 2012, 01:01:21 PM

Title: many dev extension don't have the extension as dep
Post by: jls on July 24, 2012, 01:01:21 PM
for example libexif-dev dep doesn't contain libexif
Title: Re: many dev extension don't have the extension as dep
Post by: gerald_clark on July 24, 2012, 01:02:58 PM
Why should they?
Title: Re: many dev extension don't have the extension as dep
Post by: curaga on July 24, 2012, 01:14:57 PM
Yep, it's not always a requirement. For example by installing Xorg-dev but not -lib the build will use the additional X libs (xinerama etc) as static, and so create a binary that doesn't depend on Xorg-lib.

This is often useful, and I think it applies to many other -dev extensions too.
Title: Re: many dev extension don't have the extension as dep
Post by: jls on July 24, 2012, 01:21:51 PM
So what should be the guideline?
Title: Re: many dev extension don't have the extension as dep
Post by: bmarkus on July 24, 2012, 01:39:21 PM
Personally I'm always adding .tcz to -dev.tcz.dep Missing it always causing problem for me when testing the result. I think in most cases it helps more than hurts and Xorg like example of Curaga is an exception.