Hello
I am not exactly a linux newbie , but right after facing linker issues that I couldn't comprehend
(while building dolphin) it dawned on me as to how much I don't
understand about low level stuff.
THe following happens to be an exerept from the output to
the command terminal after the "make && make install " command was entered.
[ 92%] Built target core
[ 94%] Built target discio
Linking CXX executable ../../../Binaries/dolphin-emu
/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lCg
/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lCgGL
collect2: ld returned 1 exit status
make[2]: *** [Binaries/dolphin-emu] Error 1
make[1]: *** [Source/Core/DolphinWX/CMakeFiles/dolphin-emu.dir/all] Error 2
make: *** [all] Error 2
I am not exactly flooking or a direct answer, after searching on google for stuff related to
the LD_LIBRARY_PATH variable to trying to understand shared,static and dynamic libraries,
I'd appreciate a lead.
Nero
