Compile X Window Manager

Alexandr Druzhinin drug2004 at bk.ru
Sun May 19 21:06:35 PDT 2013


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


More information about the D.gnu mailing list