Hi Justin, If it's a C++ program, are you using 'g++' instead of 'gcc'? The 'g++' one includes all the C++ related stuff for linking, whereas 'gcc' does not. If you wanted to use 'gcc' you have to include the C++ stuff explicitly. --Eljay
Hi Justin, If it's a C++ program, are you using 'g++' instead of 'gcc'? The 'g++' one includes all the C++ related stuff for linking, whereas 'gcc' does not. If you wanted to use 'gcc' you have to include the C++ stuff explicitly. --Eljay