Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: lkraemer on December 23, 2011, 06:30:23 PM

Title: TintCore 4.1 *.tcz -- Dependency Problem
Post by: lkraemer on December 23, 2011, 06:30:23 PM
Should Xorg-7.6-dev.tcz have /usr/local/lib/libX11.a

In building my code I need to link to libX11.a and all that is available is libX11.la

How do I get gcc to link to a libX11.la file?

Is Xorg-7.6-dev.tcz missing required library files or is a dependency missing?

Thanks.

Larry
Title: Re: TintCore 4.1 *.tcz -- Dependency Problem
Post by: Rich on December 23, 2011, 09:15:24 PM
Hi lkraemer
Maybe  libx11-xcb.tcz  is what you are looking for?
Title: Re: TintCore 4.1 *.tcz -- Dependency Problem
Post by: curaga on December 24, 2011, 05:11:39 AM
It is intentional. X ABI is stable, nobody should be linking libX11 statically.