On Mon, Feb 2, 2009 at 12:39 AM, misi e <[email protected]> wrote: > there should be no ABI problems, if the libraries are the same version (we > are at glibc level, not C++)
Wrong. Ubuntu and Debian use different build chains and as a consequence you might end up with different symbols. Also, you are at the C level only in case you link statically. > virtual debian will be the solution, just wanted to avoid that. I preffer to > build on metal machine as it is faster (paralel compilation). You cannot see > unfortunatelly two processors on a virtual machine. (I use virtual box > mainly for bindows :) ) > > > 2009/2/1 Pau Garcia i Quiles <[email protected]> >> >> Hello, >> >> Do you mean you are building on Ubuntu 8.10, then running those >> binaries on a Debian Etch system? Why are you doing that? You will run >> into all sorts of ABI conflicts. >> >> Why don't you just install Virtual Box and an Etch VM, then build your >> app in the Etch VM and upload those binaries? >> >> On Sun, Feb 1, 2009 at 9:58 PM, misi e <[email protected]> wrote: >> > Hello, >> > >> > I am building on a ubuntu 8.10, and trying to run on a webhosters server >> > thar has debian etch. and get the errors. (latest debian has only GLIBC >> > 2.3, >> > and I cannot compile there...) >> > >> > GLIBC_2.7' not found required by libhttp.so, GLIBC_2.4' not found, >> > required >> > by libWt.so >> > >> > >> > I got a hint to compile with -fno-stack-protector to avoid dependency on >> > GLIBC_2.4, but does not work. >> > >> > >> > >> > any suggestions for compiler flags, to avoid dependency on GLIBC higher >> > than >> > 2.3? >> >> >> >> -- >> Pau Garcia i Quiles >> http://www.elpauer.org >> (Due to my workload, I may need 10 days to answer) >> >> >> ------------------------------------------------------------------------------ >> This SF.net email is sponsored by: >> SourcForge Community >> SourceForge wants to tell your story. >> http://p.sf.net/sfu/sf-spreadtheword >> _______________________________________________ >> witty-interest mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/witty-interest > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword > _______________________________________________ > witty-interest mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/witty-interest > > -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
