You should load the compiletc extension as a minimum in order to compile anything.
How are you downloading extensions? The reason I ask is that perl5 is a recursive dependency of both autoconf and automake and thus would be downloaded/loaded if you used the apps gui or the tce-load command...
Hi thanks for the response please bear with me im relatively new to compiling but everyday is a step forward :-)
To answer your question I downloaded some extensions using the app gui in the early days, some that could not be found using tce-load -wi I do have compiletc installed i ommited mentioning it earlier as was deeply ignorant of it....
Installed both autoconf and automake by tce-load and after i fixed the missing perl last night they worked fine. I am going to doukle check soon after typing this how the repository’s are managed by tce-load just to rule out an error there.
After yesterdays effort I am thinking it might not be possible to compile fireworm veriumMiner in x86 as i keep getting errors at end of compiling to do with scrypt_core, and sha256 here is the last bits of the compile output shwoing errors:
iner-oaes_lib.o crypto/cpuminer-aesb.o algo/cpuminer-scrypt.o algo/cpuminer-sha2.o -lcurl -lz -lssl -lcrypto compat/jansson/libjansson.a -lpthread
/usr/local/bin/ld: warning: libssl.so.0.9.8, needed by /usr/local/lib/libssh2.so.1, may conflict with libssl.so.1.0.0
/usr/local/bin/ld: warning: libcrypto.so.0.9.8, needed by /usr/local/lib/libssh2.so.1, may conflict with libcrypto.so.1.0.0
algo/cpuminer-scrypt.o: In function `scrypt_1024_1_1_256':
scrypt.c:(.text+0x979): undefined reference to `scrypt_core'
algo/cpuminer-scrypt.o: In function `scanhash_scrypt':
scrypt.c:(.text+0xd73): undefined reference to `sha256_use_4way'
scrypt.c:(.text+0x117a): undefined reference to `sha256_transform_4way'
scrypt.c:(.text+0x11b3): undefined reference to `sha256_init_4way'
scrypt.c:(.text+0x1224): undefined reference to `sha256_transform_4way'
scrypt.c:(.text+0x1233): undefined reference to `sha256_init_4way'
scrypt.c:(.text+0x129b): undefined reference to `sha256_transform_4way'
scrypt.c:(.text+0x12d4): undefined reference to `sha256_transform_4way'
scrypt.c:(.text+0x146b): undefined reference to `sha256_transform_4way'
scrypt.c:(.text+0x14a2): undefined reference to `sha256_transform_4way'
scrypt.c:(.text+0x152f): undefined reference to `scrypt_core'
scrypt.c:(.text+0x1546): undefined reference to `scrypt_core'
scrypt.c:(.text+0x155d): undefined reference to `scrypt_core'
scrypt.c:(.text+0x1574): undefined reference to `scrypt_core'
scrypt.c:(.text+0x15cb): undefined reference to `sha256_transform_4way'
scrypt.c:(.text+0x15ed): undefined reference to `sha256_transform_4way'
scrypt.c:(.text+0x160c): undefined reference to `sha256_transform_4way'
scrypt.c:(.text+0x164e): undefined reference to `sha256_transform_4way'
algo/cpuminer-sha2.o: In function `scanhash_sha256d':
sha2.c:(.text+0x2c32): undefined reference to `sha256_use_4way'
sha2.c:(.text+0x367a): undefined reference to `sha256d_ms_4way'
collect2: ld returned 1 exit status
make[2]: *** [cpuminer] Error 1
make[2]: Leaving directory `/home/tc/fireworm'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tc/fireworm'
make: *** [all] Error 2
strip: 'cpuminer': No such file
-----------------------
when i check in the source folder of fireworm verium miner i find that there are only x64 versions of the following:
/FIREWORM71veriumMiner-main/compat/curl-for-windows/out/x64/Release/lib/
libcurl.x64.lib
openssl.x64.lib
zlib.x64.lib
I wont claim to know what curl for windows is proper but its a big directory at 50Mb (entire source is 89Mb) it is a whopper for this project and i did remove it at first in my error thinking it was just for windows compiles lol but could not compile without it and was hoping it was there for windows compiling only but nope maybe i need to edit the lines calling it not sure above my present skill set.... and what is in the "out" folder is causing me the issues i think because they seem to be required and obv not 32 bit. Think I need to replace those libs with 32 bit ones or try to compile in corepure64 instead however at this rate i'm not going to fit this image onto a 120mb usb stick which is the goal so hmmmmmm. I believe i will test this miner on a ubuntu image to see if its worth all this effort after all...