software distribution - Linux stdlibc++ linker error on different computers -


i wrote application in c++ linux (x11, glx) , working alright on development computer (32-bit linux on 64-bit capable hardware). however, when ran on 64-bit linux downstairs, received error telling me linker failed link stdlibc++.so.6, thought 32-bit compiled application run on 64-bit kernels , oses well? @ least case in windows... have separately compile 32 , 64 bit different libs?

and how distribute application? it's game, , have run makefile let move dependencies /usr/lib/ directory (a kind of amateur installer). work on mainstream linux distro's? , there better, neater ways release application?


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -