Philip Herron wrote: > Hey guys > > Just pulled the latest sources again and getting this build error: > > drizzled.o: In function `create_new_thread': > /root/workspace/drizzle/drizzle-test/drizzled/drizzled.cc:2211: > undefined reference to `__sync_add_and_fetch_8' > query_id.o: In function `Query_id::next()': > /root/workspace/drizzle/drizzle-test/drizzled/query_id.cc:41: > undefined reference to `__sync_add_and_fetch_8' > collect2: ld returned 1 exit status >
Yup. I've got a tree with a potential fix for this... > I might take a look into this error now quickly Got this week off work > :D woohoo i can get time to work on my own stuff! > Anyways just to let you guys know. Getting that error on my mythbox > its 32bit my desktop is x64 but i havent touch my desktop in a few > weeks The issue is that I put in some stuff using GCC atomics and then a workaround for Sun Studio - but didn't think to check gcc's older than 4.3 (silly me) Hopefully this will be fixed by this afternoon. Thanks, Monty _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

