-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2013-06-18 23:37, Josh Downing wrote: > > > cc -DPD -O2 -funroll-loops -fomit-frame-pointer > -fno-strict-aliasing -Wall -W -Wshadow -Wstrict-prototypes > -Wno-unused -Wno-parentheses -Wno-switch -I../pd/src > -I../../pd/src -I../../../pd/src -I../../../../pd/src > -I../../../../../pd/src -m32 -o gpio.o -c gpio.c cc1: error: > unrecognized command line option ?-m32? make: *** [gpio.l_i386] > Error 1 > > Do you know what this error message could mean?
it means that the makefile has a compiler flag "-m32" which is not known to the compiler. > What should I expect as the output from compiling like this? nothing. the build failed. you could try editing your makefile and removing the "-m32" occurences, and see what you get then. make a backup of the makefile, before you go ahead. fgamsrd IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Icedove - http://www.enigmail.net/ iEYEARECAAYFAlHBlqMACgkQkX2Xpv6ydvSjtACg7y5vI4qGYDwjphUooM/Yt+RZ /KcAoKpb6waukrnp35DZQGFYmP88XAVD =0t/E -----END PGP SIGNATURE----- _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
