You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 to xhash'
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
:(
The text was updated successfully, but these errors were encountered:
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 to
xhash'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
:(
The text was updated successfully, but these errors were encountered: