FleX build 1.0 on Ubuntu failed

/usr/bin/ld: cannot find -l:flexDebug_x64.a
/usr/bin/ld: cannot find -l:flexDebugExt_x64.a
collect2: error: ld returned 1 exit status
Makefile.flexDemo.mk:157: recipe for target '../../../bin/linux64/flexDemoDebug' failed
make: *** [../../../bin/linux64/flexDemoDebug] Error 1
make: *** Waiting for unfinished jobs....
/usr/bin/ld: cannot find -lglut
collect2: error: ld returned 1 exit status
Makefile.flexDemo.mk:76: recipe for target '../../../bin/linux64/flexDemoRelease' failed
make: *** [../../../bin/linux64/flexDemoRelease] Error 1

When I tried to build FleX on my Ubuntu machine, this error occured. Need help as I don’t know anything about compiling C++ applications…

So some notes.
I don’t know what those errors means(‘Error 1’, ‘Error 2’).
Those .a files are there so the compiler seems to lie to me.
Rest of it is kind of non-important, I guess?