On 21 Nov 2011, at 23:04, Riccardo Mottola wrote: > Hi, > > while compiling libojc2 on linux, with gcc 4.5.3 I get: > > gcc: unrecognized option '-no-integrated-as' > Compiling file block_trampolines.S ... > gcc: unrecognized option '-no-integrated-as'
These should be harmless. > In file included from /usr/include/string.h:642:0, > from properties.m:5: > In function 'memcpy', > inlined from 'class_addProperty' at properties.m:469:8: > /usr/include/bits/string3.h:52:3: warning: call to __builtin___memcpy_chk > will lways overflow destination buffer This is a real error, it's fixed in svn, thanks. David -- Sent from my PDP-11 _______________________________________________ Gnustep-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnustep-dev
