| |
| |
| |
|
Comments:
<0> hey all. Is 4.1 ready for usage on a server? is it considered stable ? <1> hello !! <2> hi <1> can anybody tell me about what restricted pointers are ? <1> hi Drone4four !! <1> anybody ? <1> i was not able to find anything satishfactory using google :( <3> hello there <4> anyone could explain me why gcc does this weird thing?
<4> typedef float __attribute__ ((aligned (16))) xmmfloat; <4> xmmfloat foo[4]; <4> printf ("%p %p %p %p\n", &foo[0], &foo[1], &foo[2], &foo[3]); <4> result: 0x8049650 0x8049650 0x8049650 0x8049650 <4> having all array elements at single address is just... weird <5> agreed. <6> in gcc 3.3.6 is -mabi-gnu not supported for big endian arm? <7> where do I tell gcc to use -m32 ?(makefile, configure ? <4> neighborlee: on gcc command line <4> neighborlee: try ./configure CFLAGS=-m32 ... not sure if it will work <4> or potentially CFLAGS=-m32 ./configure <7> ah ok checking <7> either way i m still getting: checking build system type... x86_64-unknown-linux-gnu <4> but resulting binary should be 32-bit. <4> if you want it to show i386, you need to make a cross-compiler <7> markos_64, oh ok thx indeed ;) <7> hm <7> checking for C compiler default output file name... configure: error: C compiler cannot create executables <4> do you have all needed 32-bit libraries installed? <7> of what <7> well reason im doing this is to get a 32 bit lib of libSDL for 32bit 3d blender <8> check config.log ... it's probably telling you that you do not have a 32 bit libc <7> ahhh ok <8> you also need 32 bit versions of all the libraries that SDL depends on <7> configure: exit 77 < is all im seeing at very end <8> just look for the error message you got from configure <7> Zordan, im ok on all but libSDL atm...ldd blender shows all of them fine but that one <8> the gcc call with full error output is right next to it <8> libSDL itself depends on other libraries aswell though <7> yup that what I mean...I already have those just fine <7> ldd blender < <8> no I don't mean blender dependencies <7> config.log < I dont see any other error info ***uming that what you mean <8> can you upload your config.log somewhere? <7> sure np one sec
<7> http://cpp.sourceforge.net/?show=17077 <8> see lines 70-99 <8> ld is trying to locate a 32 bit libc but fails <7> ew <7> maybe time for OS change as I see no easy way out of this <7> I mean distro wize <7> oh well ;) <8> which distro is that? <7> ubuntu dapper <8> hm never used that but there probably is a package containing the 32 libraries <7> there is, but apt wont let me install it ;) <7> arch. conflict of course <8> no I mean one extra for multilib <8> check ia32-libs <7> k <8> should install parallel to your 64 libraries <7> its already installed <7> lemme check what it shows as installed though <8> hm there might be a -dev package too <7> no wait <7> ic I think <7> ia32 shared libraries of sdl related packages for use on amd64 and ia64 systems < that one isn't installed it turns out <7> here goes lets see <7> bingo ;) <7> everyone i'd talked to so far missed that including #blendercoders ...good one :)) <8> yw <7> :) <7> what OS are you using if I may ask <8> gentoo <7> dapper on hdb and vista on hda <7> nice <7> gentoo has alot of merit... <7> several friends use it..I do admit ability to install different versions of apps is a kewl idea ;) <8> it's sweet but might not be adequate for everyone <7> Zordan, yup <6> in gcc 3.3.6 is -mabi-gnu not supported for big endian arm? <6> - mean -mabi=apcs-gnu <8> gandhijee: http://gcc.gnu.org/onlinedocs/gcc-3.3.6/gcc/ARM-Options.html#ARM-Options <6> thanks
Return to
#gcc or Go to some related
logs:
sql SELECT * apart from logitech mx510 mouse xorg.conf #mysql cedega guildwars blank screen kchm for opensuse -wishlist #perl fedora set dns servers command line #perl #lgp APT levander
|
|