Questions tagged [dmake]

Dmake is a make utility similar to GNU make or the Workshop dmake. This utility has an irregular syntax but is available for Linux, Solaris, Win32 and other platforms. It is used by the OpenOffice.org build system

Dmake is a make utility similar to GNU make or the Workshop dmake. This utility has an irregular syntax but is available for Linux, Solaris, Win32 and other platforms. It is used by the OpenOffice.org build system

More Details

17 questions
0
votes
1 answer

dmake installation issue on linux

I'm trying to build openssl 1.0.1h on linux, when I ran 'make' seems it looks for dmake and its not found on my system. bash# make making all in crypto... /bin/sh: dmake: command not found make: *** [build_crypto] Error 1 so I downloaded dmake…
15412s
  • 3,298
  • 5
  • 28
  • 38
0
votes
1 answer

cygwin error saying Config.pm not found and cannot be found

I am firing a command on cygwin dmake it is giving error as $ dmake dmake.exe: Error: -- `\usr\lib\perl5\5.14\x86_64-cygwin-threads\Config.pm' not found, and can't be made Any clues?
Sumit
  • 1,953
  • 6
  • 32
  • 58
1
2