WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: TintCore 4.1 *.tcz -- Dependency Problem  (Read 2522 times)

Offline lkraemer

  • Newbie
  • *
  • Posts: 30
TintCore 4.1 *.tcz -- Dependency Problem
« on: December 23, 2011, 03: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

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11230
Re: TintCore 4.1 *.tcz -- Dependency Problem
« Reply #1 on: December 23, 2011, 06:15:24 PM »
Hi lkraemer
Maybe  libx11-xcb.tcz  is what you are looking for?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10965
Re: TintCore 4.1 *.tcz -- Dependency Problem
« Reply #2 on: December 24, 2011, 02:11:39 AM »
It is intentional. X ABI is stable, nobody should be linking libX11 statically.
The only barriers that can stop you are the ones you create yourself.