This is output from Output view panel:
Code: Select all
----------Build Started--------
/bin/sh -c '"make" -j 4 -f "compoundInterest_wsp.mk"'
----------Building project:[ compoundInterest - Debug ]----------
make[1]: Entering directory `/home/steveoll/Documents/C/Codelite/compoundInterest'
gcc -o ./Debug/compoundInterest @"/home/steveoll/Documents/C/Codelite/compoundInterest/compoundInterest.txt" -L/usr/local/include -L.
./Debug/main.o: In function `main':
/home/steveoll/Documents/C/Codelite/compoundInterest/main.c:14: undefined reference to `pow'
collect2: ld returned 1 exit status
make[1]: *** [Debug/compoundInterest] Error 1
make[1]: Leaving directory `/home/steveoll/Documents/C/Codelite/compoundInterest'
make: *** [All] Error 2
----------Build Ended----------
1 errors, 0 warnings
-Steve