Skip to content

Instantly share code, notes, and snippets.

@acxz
Created June 16, 2019 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acxz/668c4b2eb7e789bf39acfa612a001278 to your computer and use it in GitHub Desktop.
Save acxz/668c4b2eb7e789bf39acfa612a001278 to your computer and use it in GitHub Desktop.
Make Output of AcApp
gcc -Wall -Wshadow -Wno-deprecated -g -I ./Kit//include/GL/ -I ./Include/ -I ./Kit/Include/ -I ./Kit/Source/ -O0 -D _USE_GUI_ -D _USE_SHADERS_ -D _USE_SYSTEM_TIME_ -D _ENABLE_SOCKETS_ -D _USE_GSFC_WATERMARK_ -c ./Source/AcApp.c -o ./Object/AcApp.o
gcc -Wall -Wshadow -Wno-deprecated -g -I ./Kit//include/GL/ -I ./Include/ -I ./Kit/Include/ -I ./Kit/Source/ -O0 -D _USE_GUI_ -D _USE_SHADERS_ -D _USE_SYSTEM_TIME_ -D _ENABLE_SOCKETS_ -D _USE_GSFC_WATERMARK_ -c ./Kit/Source/dcmkit.c -o ./Object/dcmkit.o
gcc -Wall -Wshadow -Wno-deprecated -g -I ./Kit//include/GL/ -I ./Include/ -I ./Kit/Include/ -I ./Kit/Source/ -O0 -D _USE_GUI_ -D _USE_SHADERS_ -D _USE_SYSTEM_TIME_ -D _ENABLE_SOCKETS_ -D _USE_GSFC_WATERMARK_ -c ./Kit/Source/mathkit.c -o ./Object/mathkit.o
gcc -Wall -Wshadow -Wno-deprecated -g -I ./Kit//include/GL/ -I ./Include/ -I ./Kit/Include/ -I ./Kit/Source/ -O0 -D _USE_GUI_ -D _USE_SHADERS_ -D _USE_SYSTEM_TIME_ -D _ENABLE_SOCKETS_ -D _USE_GSFC_WATERMARK_ -c ./Kit/Source/fswkit.c -o ./Object/fswkit.o
gcc -Wall -Wshadow -Wno-deprecated -g -I ./Kit//include/GL/ -I ./Include/ -I ./Kit/Include/ -I ./Kit/Source/ -O0 -D _USE_GUI_ -D _USE_SHADERS_ -D _USE_SYSTEM_TIME_ -D _ENABLE_SOCKETS_ -D _USE_GSFC_WATERMARK_ -c ./Kit/Source/iokit.c -o ./Object/iokit.o
gcc -Wall -Wshadow -Wno-deprecated -g -I ./Kit//include/GL/ -I ./Include/ -I ./Kit/Include/ -I ./Kit/Source/ -O0 -D _USE_GUI_ -D _USE_SHADERS_ -D _USE_SYSTEM_TIME_ -D _ENABLE_SOCKETS_ -D _USE_GSFC_WATERMARK_ -c ./Kit/Source/timekit.c -o ./Object/timekit.o
gcc -Wall -Wshadow -Wno-deprecated -g -I ./Kit//include/GL/ -I ./Include/ -I ./Kit/Include/ -I ./Kit/Source/ -O0 -D _USE_GUI_ -D _USE_SHADERS_ -D _USE_SYSTEM_TIME_ -D _ENABLE_SOCKETS_ -D _USE_GSFC_WATERMARK_ -c ./Source/IPC/AppReadFromFile.c -o ./Object/AppReadFromFile.o
./Source/IPC/AppReadFromFile.c: In function ‘ReadFromFile’:
./Source/IPC/AppReadFromFile.c:10:21: warning: unused variable ‘Iw’ [-Wunused-variable]
long Isc,Iorb,Iw,i;
^~
./Source/IPC/AppReadFromFile.c:10:16: warning: unused variable ‘Iorb’ [-Wunused-variable]
long Isc,Iorb,Iw,i;
^~~~
./Source/IPC/AppReadFromFile.c:9:23: warning: unused variable ‘D’ [-Wunused-variable]
struct DynType *D;
^
./Source/IPC/AppReadFromFile.c:8:25: warning: unused variable ‘O’ [-Wunused-variable]
struct OrbitType *O;
^
./Source/IPC/AppReadFromFile.c:7:22: warning: unused variable ‘S’ [-Wunused-variable]
struct SCType *S;
^
gcc -Wall -Wshadow -Wno-deprecated -g -I ./Kit//include/GL/ -I ./Include/ -I ./Kit/Include/ -I ./Kit/Source/ -O0 -D _USE_GUI_ -D _USE_SHADERS_ -D _USE_SYSTEM_TIME_ -D _ENABLE_SOCKETS_ -D _USE_GSFC_WATERMARK_ -c ./Source/IPC/AppWriteToSocket.c -o ./Object/AppWriteToSocket.o
./Source/IPC/AppWriteToSocket.c: In function ‘WriteToSocket’:
./Source/IPC/AppWriteToSocket.c:8:11: warning: variable ‘Success’ set but not used [-Wunused-but-set-variable]
int Success;
^~~~~~~
./Source/IPC/AppWriteToSocket.c:7:21: warning: unused variable ‘Iw’ [-Wunused-variable]
long Isc,Iorb,Iw,i;
^~
./Source/IPC/AppWriteToSocket.c:7:16: warning: unused variable ‘Iorb’ [-Wunused-variable]
long Isc,Iorb,Iw,i;
^~~~
gcc -Wall -Wshadow -Wno-deprecated -g -I ./Kit//include/GL/ -I ./Include/ -I ./Kit/Include/ -I ./Kit/Source/ -O0 -D _USE_GUI_ -D _USE_SHADERS_ -D _USE_SYSTEM_TIME_ -D _ENABLE_SOCKETS_ -D _USE_GSFC_WATERMARK_ -c ./Source/IPC/AppReadFromSocket.c -o ./Object/AppReadFromSocket.o
./Source/IPC/AppReadFromSocket.c: In function ‘ReadFromSocket’:
./Source/IPC/AppReadFromSocket.c:22:12: warning: variable ‘MsgLen’ set but not used [-Wunused-but-set-variable]
long MsgLen;
^~~~~~
./Source/IPC/AppReadFromSocket.c:10:21: warning: unused variable ‘Iw’ [-Wunused-variable]
long Isc,Iorb,Iw,i;
^~
./Source/IPC/AppReadFromSocket.c:10:16: warning: unused variable ‘Iorb’ [-Wunused-variable]
long Isc,Iorb,Iw,i;
^~~~
./Source/IPC/AppReadFromSocket.c:9:23: warning: unused variable ‘D’ [-Wunused-variable]
struct DynType *D;
^
./Source/IPC/AppReadFromSocket.c:8:25: warning: unused variable ‘O’ [-Wunused-variable]
struct OrbitType *O;
^
./Source/IPC/AppReadFromSocket.c:7:22: warning: unused variable ‘S’ [-Wunused-variable]
struct SCType *S;
^
gcc -Wall -Wshadow -Wno-deprecated -g -I ./Kit//include/GL/ -I ./Include/ -I ./Kit/Include/ -I ./Kit/Source/ -O0 -D _USE_GUI_ -D _USE_SHADERS_ -D _USE_SYSTEM_TIME_ -D _ENABLE_SOCKETS_ -D _USE_GSFC_WATERMARK_ -c ./Source/IPC/AppWriteToFile.c -o ./Object/AppWriteToFile.o
./Source/IPC/AppWriteToFile.c: In function ‘WriteToFile’:
./Source/IPC/AppWriteToFile.c:7:21: warning: unused variable ‘Iw’ [-Wunused-variable]
long Isc,Iorb,Iw,i;
^~
./Source/IPC/AppWriteToFile.c:7:16: warning: unused variable ‘Iorb’ [-Wunused-variable]
long Isc,Iorb,Iw,i;
^~~~
gcc -L ./Kit//GL/lib/ -o AcApp ./Object/AcApp.o ./Object/dcmkit.o ./Object/mathkit.o ./Object/fswkit.o ./Object/iokit.o ./Object/timekit.o ./Object/AppReadFromFile.o ./Object/AppWriteToSocket.o ./Object/AppReadFromSocket.o ./Object/AppWriteToFile.o
/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib/Scrt1.o: in function `_start':
(.text+0x24): undefined reference to `main'
/usr/bin/ld: ./Object/AcApp.o: in function `FssProcessing':
/home/apatel435/vcs/github/acxz/42/./Source/AcApp.c:287: undefined reference to `sin'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Source/AcApp.c:288: undefined reference to `sin'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Source/AcApp.c:290: undefined reference to `sqrt'
/usr/bin/ld: ./Object/AcApp.o: in function `AcFsw':
/home/apatel435/vcs/github/acxz/42/./Source/AcApp.c:476: undefined reference to `atan2'
/usr/bin/ld: ./Object/dcmkit.o: in function `C2Q':
/home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:43: undefined reference to `sqrt'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:49: undefined reference to `sqrt'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:55: undefined reference to `sqrt'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:61: undefined reference to `sqrt'
/usr/bin/ld: ./Object/dcmkit.o: in function `A2C':
/home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:107: undefined reference to `sin'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:108: undefined reference to `cos'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:110: undefined reference to `sin'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:111: undefined reference to `cos'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:114: undefined reference to `sin'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:115: undefined reference to `cos'
/usr/bin/ld: ./Object/dcmkit.o: in function `C2A':
/home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:361: undefined reference to `atan2'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:362: undefined reference to `asin'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:363: undefined reference to `atan2'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:366: undefined reference to `atan2'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:367: undefined reference to `asin'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:368: undefined reference to `atan2'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:371: undefined reference to `atan2'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:372: undefined reference to `asin'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:373: undefined reference to `atan2'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:376: undefined reference to `atan2'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:377: undefined reference to `asin'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:378: undefined reference to `atan2'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:381: undefined reference to `atan2'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:382: undefined reference to `asin'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:383: undefined reference to `atan2'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:386: undefined reference to `atan2'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:387: undefined reference to `asin'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:388: undefined reference to `atan2'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:391: undefined reference to `atan2'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:392: undefined reference to `acos'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:393: undefined reference to `atan2'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:396: undefined reference to `atan2'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:397: undefined reference to `acos'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:398: undefined reference to `atan2'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:401: undefined reference to `atan2'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:402: undefined reference to `acos'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:403: undefined reference to `atan2'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:406: undefined reference to `atan2'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:407: undefined reference to `acos'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:408: undefined reference to `atan2'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:411: undefined reference to `atan2'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:412: undefined reference to `acos'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:413: undefined reference to `atan2'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:416: undefined reference to `atan2'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:417: undefined reference to `acos'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:418: undefined reference to `atan2'
/usr/bin/ld: ./Object/dcmkit.o: in function `SimpRot':
/home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:434: undefined reference to `cos'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:435: undefined reference to `sin'
/usr/bin/ld: ./Object/dcmkit.o: in function `Q2AngleVec':
/home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:457: undefined reference to `acos'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:458: undefined reference to `acos'
/usr/bin/ld: ./Object/dcmkit.o: in function `PrincipalMOI':
/home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:577: undefined reference to `atan2'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:586: undefined reference to `cos'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:587: undefined reference to `cos'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:588: undefined reference to `sin'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:589: undefined reference to `sin'
/usr/bin/ld: ./Object/dcmkit.o: in function `JointPartials':
/home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:722: undefined reference to `sin'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:723: undefined reference to `cos'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:724: undefined reference to `sin'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:725: undefined reference to `cos'
/usr/bin/ld: ./Object/dcmkit.o: in function `ADOT2W':
/home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:786: undefined reference to `sin'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:787: undefined reference to `cos'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:788: undefined reference to `sin'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:789: undefined reference to `cos'
/usr/bin/ld: ./Object/dcmkit.o: in function `W2ADOT':
/home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:834: undefined reference to `sin'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:835: undefined reference to `cos'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:836: undefined reference to `sin'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/dcmkit.c:837: undefined reference to `cos'
/usr/bin/ld: ./Object/mathkit.o: in function `sinc':
/home/apatel435/vcs/github/acxz/42/./Kit/Source/mathkit.c:39: undefined reference to `sin'
/usr/bin/ld: ./Object/mathkit.o: in function `MAGV':
/home/apatel435/vcs/github/acxz/42/./Kit/Source/mathkit.c:270: undefined reference to `sqrt'
/usr/bin/ld: ./Object/mathkit.o: in function `UNITV':
/home/apatel435/vcs/github/acxz/42/./Kit/Source/mathkit.c:278: undefined reference to `sqrt'
/usr/bin/ld: ./Object/mathkit.o: in function `CopyUnitV':
/home/apatel435/vcs/github/acxz/42/./Kit/Source/mathkit.c:298: undefined reference to `sqrt'
/usr/bin/ld: ./Object/mathkit.o: in function `UNITQ':
/home/apatel435/vcs/github/acxz/42/./Kit/Source/mathkit.c:470: undefined reference to `sqrt'
/usr/bin/ld: ./Object/mathkit.o: in function `Legendre':
/home/apatel435/vcs/github/acxz/42/./Kit/Source/mathkit.c:558: undefined reference to `sqrt'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/mathkit.c:574: undefined reference to `pow'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/mathkit.c:575: undefined reference to `pow'
/usr/bin/ld: ./Object/mathkit.o: in function `SphericalHarmonics':
/home/apatel435/vcs/github/acxz/42/./Kit/Source/mathkit.c:615: undefined reference to `cos'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/mathkit.c:620: undefined reference to `cos'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/mathkit.c:621: undefined reference to `sin'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/mathkit.c:633: undefined reference to `sin'
/usr/bin/ld: ./Object/mathkit.o: in function `Bairstow':
/home/apatel435/vcs/github/acxz/42/./Kit/Source/mathkit.c:1098: undefined reference to `sqrt'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/mathkit.c:1103: undefined reference to `sqrt'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/mathkit.c:1105: undefined reference to `sqrt'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/mathkit.c:1126: undefined reference to `sqrt'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/mathkit.c:1131: undefined reference to `sqrt'
/usr/bin/ld: ./Object/mathkit.o:/home/apatel435/vcs/github/acxz/42/./Kit/Source/mathkit.c:1133: more undefined references to `sqrt' follow
/usr/bin/ld: ./Object/mathkit.o: in function `SphereInterp':
/home/apatel435/vcs/github/acxz/42/./Kit/Source/mathkit.c:1365: undefined reference to `asin'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/mathkit.c:1366: undefined reference to `sin'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/mathkit.c:1367: undefined reference to `sin'
/usr/bin/ld: ./Object/mathkit.o: in function `ProjectPointOntoPoly':
/home/apatel435/vcs/github/acxz/42/./Kit/Source/mathkit.c:1476: undefined reference to `atan2'
/usr/bin/ld: ./Object/fswkit.o: in function `Quest':
/home/apatel435/vcs/github/acxz/42/./Kit/Source/fswkit.c:252: undefined reference to `sqrt'
/usr/bin/ld: ./Object/fswkit.o: in function `FilterQuest':
/home/apatel435/vcs/github/acxz/42/./Kit/Source/fswkit.c:396: undefined reference to `sqrt'
/usr/bin/ld: ./Object/fswkit.o: in function `PointGimbalToTarget':
/home/apatel435/vcs/github/acxz/42/./Kit/Source/fswkit.c:497: undefined reference to `atan2'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/fswkit.c:498: undefined reference to `atan2'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/fswkit.c:505: undefined reference to `asin'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/fswkit.c:506: undefined reference to `asin'
/usr/bin/ld: ./Object/fswkit.o: in function `CollisionAvoidanceLaw':
/home/apatel435/vcs/github/acxz/42/./Kit/Source/fswkit.c:550: undefined reference to `sqrt'
/usr/bin/ld: ./Object/fswkit.o: in function `BangBangSettle':
/home/apatel435/vcs/github/acxz/42/./Kit/Source/fswkit.c:604: undefined reference to `sqrt'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/fswkit.c:616: undefined reference to `sqrt'
/usr/bin/ld: ./Object/fswkit.o: in function `RampCoastGlide':
/home/apatel435/vcs/github/acxz/42/./Kit/Source/fswkit.c:651: undefined reference to `sqrt'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/fswkit.c:662: undefined reference to `sqrt'
/usr/bin/ld: ./Object/fswkit.o: in function `SolarBeta':
/home/apatel435/vcs/github/acxz/42/./Kit/Source/fswkit.c:720: undefined reference to `asin'
/usr/bin/ld: ./Object/fswkit.o: in function `CMGLaw4x1DOF':
/home/apatel435/vcs/github/acxz/42/./Kit/Source/fswkit.c:1438: undefined reference to `exp'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/fswkit.c:1439: undefined reference to `sin'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/fswkit.c:1441: undefined reference to `fmod'
/usr/bin/ld: ./Object/timekit.o: in function `DateToAbsTime':
/home/apatel435/vcs/github/acxz/42/./Kit/Source/timekit.c:56: undefined reference to `floor'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/timekit.c:57: undefined reference to `floor'
/usr/bin/ld: ./Object/timekit.o: in function `YMDHMS2JD':
/home/apatel435/vcs/github/acxz/42/./Kit/Source/timekit.c:84: undefined reference to `floor'
/usr/bin/ld: /home/apatel435/vcs/github/acxz/42/./Kit/Source/timekit.c:84: undefined reference to `floor'
/usr/bin/ld: ./Object/timekit.o: in function `JD2YMDHMS':
/home/apatel435/vcs/github/acxz/42/./Kit/Source/timekit.c:103: undefined reference to `floor'
/usr/bin/ld: ./Object/timekit.o:/home/apatel435/vcs/github/acxz/42/./Kit/Source/timekit.c:110: more undefined references to `floor' follow
collect2: error: ld returned 1 exit status
make: *** [Makefile:221: AcApp] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment