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
/tmp/cckeFrSu.o: In function ReportStatsPrint': ubcsat-reports.c:(.text+0x15d9e): undefined reference to sqrt'
/tmp/ccjybB3D.o: In function CreateLogDist': ubcsat-triggers.c:(.text+0xa01e): undefined reference to log10'
ubcsat-triggers.c:(.text+0xa095): undefined reference to pow' /tmp/ccjybB3D.o: In function CalcAutoCorrOne':
ubcsat-triggers.c:(.text+0xabed): undefined reference to `log'
collect2: error: ld returned 1 exit status
Makefile:4: recipe for target 'ubcsat' failed
make: *** [ubcsat] Error 1
The text was updated successfully, but these errors were encountered:
when i run make command i get this output
/tmp/cckeFrSu.o: In function
ReportStatsPrint': ubcsat-reports.c:(.text+0x15d9e): undefined reference to
sqrt'/tmp/ccjybB3D.o: In function
CreateLogDist': ubcsat-triggers.c:(.text+0xa01e): undefined reference to
log10'ubcsat-triggers.c:(.text+0xa095): undefined reference to
pow' /tmp/ccjybB3D.o: In function
CalcAutoCorrOne':ubcsat-triggers.c:(.text+0xabed): undefined reference to `log'
collect2: error: ld returned 1 exit status
Makefile:4: recipe for target 'ubcsat' failed
make: *** [ubcsat] Error 1
The text was updated successfully, but these errors were encountered: