20.05.2013 10:51, Samms пишет:
Yes (I'm programmer for 7 years.), but this is not work... (-l Xlib.h)
Hmm... you ask unusual questions for a programmer with 7 year expirience. :) Try read gcc man about -l option - it says that after -l should be lib name without lib prefix (depends on OS) and .lib/.a/.so/etc suffix, IIRC. In other words just try -lxlib like:
gdc ./main.d -lXlib -o Refuja

Reply via email to