hi,
i just tried to compile a patched version of cgminer to
get my new technobit HEX16C board running and get these outputs.
Can someone help and explain me whats going wrong??
tr0ja-2:cgminer asicuser$ sudo ./autogen.sh --enable-hexminera --enable-hexminerb --enable-hexminerc
readlink: illegal option -- f
usage: readlink [-n] [file ...]
usage: dirname path
Use of chdir('') or chdir(undef) as chdir() is deprecated at /opt/local/bin/autoreconf line 670.
Configuring...
./autogen.sh: line 10: /configure: No such file or directory
thanks in advance
bitsta
#EDIT: i found out the problem. readlink is working fine on linux with the -f option
but for OSX i have to use the GNU readlink (greadlink) from coreutils (installed via macports)..
it have the same behavior like readlink on linux... then edited the autogen.sh file and voila - all is working fine