On Monday, 14 March 2016 at 07:52:18 UTC, Ali Çehreli wrote:
On 03/13/2016 06:07 AM, Orkhan wrote:

> It is in linux system , and when I type make command it
returns error like:
> /bin/sh: 1: gdmd: not found

I think you need to install gdmd:

  https://github.com/D-Programming-GDC/GDMD

Alternatively, assuming that you have dmd installed, you can try replacing gdmd with dmd in your Makefile.

Ali

I changed all gdmd to dmd and still not getting result . the outputs after changing dmd is :

root@ubuntu:/opt/xcomm# make
dmd -O -inline -Isrc -version=daemon -op -of./xcomm src/misc_util.d src/socket_base.d src/xcomm_sockets.d src/msgserver_core.d src/char_outbuffer.d src/logging.d src/xml_util.d src/plugins.d src/xcomm_protocol/*.d src/stork/*.d src/stork/*/*.d -fPIC -q,-rdynamic -L-ldl
Error: unrecognized switch '-q,-rdynamic'
Makefile:35: recipe for target 'protocol-daemon' failed
make: *** [protocol-daemon] Error 1

the all server files are in here :
http://www.speedyshare.com/6y4Tv/47d2b57d/xcom.zip

could you please check . Thanks in advance.


Reply via email to