1 of 1
Offline
When using the provided makefile from the example sigapp (sigmynode does not seem to have a makefile but copying and using the one from sigapp works fine), it will throw the follwing error:
creating: ./sigapp.x
/usr/bin/ld: cannot find -lsigogl
/usr/bin/ld: cannot find -lsigos
/usr/bin/ld: cannot find -lsig
collect2: error: ld returned 1 exit status
makefile:29: recipe for target 'sigapp.x' failed
make: *** [sigapp.x] Error 1
This could be fixed by changing the LIBDIR from $(SIGROOT)/lib/linux to $(SIGROOT)/lib/linux64 (32 if you are you using 32-bit system but not tested).
Offline
I will fix the makefiles, thanks.
1 of 1