lasybear / sph-sgminer_x11mod

GNU General Public License v3.0
40 stars 53 forks source link

Does not compile in Linux #12

Open fgarpe opened 6 years ago

fgarpe commented 6 years ago

autoreconf -i CFLAGS="-O2 -Wall -march=native -std=gnu99" ./configure make ... CCLD sgminer sgminer-inkcoin.o: In function scanhash_inkcoin': inkcoin.c:(.text+0x24d): undefined reference toxhash' collect2: error: ld returned 1 exit status Makefile:701: fallo en las instrucciones para el objetivo 'sgminer' make[2]: [sgminer] Error 1 make[2]: se sale del directorio '/home/fgarcia/sph-sgminer_x11mod' Makefile:1101: fallo en las instrucciones para el objetivo 'all-recursive' make[1]: [all-recursive] Error 1 make[1]: se sale del directorio '/home/fgarcia/sph-sgminer_x11mod' Makefile:598: fallo en las instrucciones para el objetivo 'all' make: *** [all] Error 2

:(