On May 20, 2013 9:45 AM, "Alexandr Druzhinin" <drug2004@bk.ru> wrote:
>
> 20.05.2013 12:32, Samms пишет:
>
>> I can really work with the linker, but here it just does not work ... :)
>> That is why I'm asking for such stupid things...
>
> I didn't use gdc, so I don't know what would I do myself in this situation. :)
> didn't using -L-L/path/to/Xlib -L-lXlib help?

H'm... gdc uses gcc style switches.   So that would be -L/path/to/Xlib -lXlib.

Samms, do you have the correct xlib dev packages installed?

Regards
--
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';