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
Post a Comment