*Update* This seems like an ubuntu specific thing

zomg@master:~/trash$ mv dummy.c test.c

zomg@master:~/trash$ cat test.c 
#include <stdio.h>
int main()
{
 return 0;
}

zomg@master:~/trash$ gcc test.c 
zomg@master:~/trash$ echo $?
0

zomg@master:~/trash$ gcc test.c -fmudflap -lmudflap 
zomg@master:~/trash$ echo $?
0

zomg@master:~/trash$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux unstable (sid)
Release:        unstable
Codename:       sid
zomg@master:~/trash$ cat /proc/version 
Linux version 2.6.32-5-686 (Debian 2.6.32-30) (b...@decadent.org.uk) (gcc 
version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Wed Jan 12 04:01:41 UTC 2011

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/803775

Title:
  10.10 cant seem to use -fmudflap with gcc 4.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-defaults/+bug/803775/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to