Record Detail

Compile Error

cmake: 
-- The C compiler identification is GNU 7.3.0
-- The CXX compiler identification is GNU 7.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so   
-- Found GLUT: /usr/lib/x86_64-linux-gnu/libglut.so  
-- Configuring done
-- Generating done
-- Build files have been written to: /out

make: 
Scanning dependencies of target project3
[  6%] Building CXX object CMakeFiles/project3.dir/main.cpp.o
[ 13%] Building CXX object CMakeFiles/project3.dir/parallelogram.cpp.o
[ 20%] Building CXX object CMakeFiles/project3.dir/car.cpp.o
[ 26%] Building CXX object CMakeFiles/project3.dir/circle.cpp.o
[ 33%] Building CXX object CMakeFiles/project3.dir/halfCircle.cpp.o
[ 40%] Building CXX object CMakeFiles/project3.dir/flag.cpp.o
[ 46%] Building CXX object CMakeFiles/project3.dir/triangle.cpp.o
[ 53%] Building CXX object CMakeFiles/project3.dir/walls.cpp.o
[ 60%] Building CXX object CMakeFiles/project3.dir/arrow.cpp.o
[ 66%] Building CXX object CMakeFiles/project3.dir/star.cpp.o
[ 73%] Building CXX object CMakeFiles/project3.dir/fcstar.cpp.o
[ 80%] Building CXX object CMakeFiles/project3.dir/random.cpp.o
[ 86%] Building CXX object CMakeFiles/project3.dir/rocket.cpp.o
[ 93%] Building CXX object CMakeFiles/project3.dir/UFO.cpp.o
[100%] Linking CXX executable project3
/usr/bin/x86_64-linux-gnu-ld: cannot find -lopengl32.lib
/usr/bin/x86_64-linux-gnu-ld: cannot find -lglut32.lib
/usr/bin/x86_64-linux-gnu-ld: cannot find -lglu32.lib
collect2: error: ld returned 1 exit status
CMakeFiles/project3.dir/build.make:435: recipe for target 'project3' failed
make[2]: *** [project3] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/project3.dir/all' failed
make[1]: *** [CMakeFiles/project3.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2

Information

Submit By
Type
Submission
Homework
Project 3
Language
C++
Submit At
2018-08-02 01:30:41
Judged At
2018-08-02 01:30:41
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes