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

python 3.x - Mapping specific letters onto a list of words -

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -