[Bug 704691] Re: Why change default for --hash-style=gnu?

2011-01-19 Thread dweb
When I compile the canonical "hello world" program on Ubuntu 10.10 with gcc defaults to --hash-style=gnu and run it on Debian 4 (etch), I get: % ./a.out Floating point exception If I then recompile on Ubuntu 10.10, with the -Wl,--hash-style=both option to gcc, and run it on etch, I get:

[Bug 704691] Re: Why change default for --hash-style=gnu?

2011-01-19 Thread dweb
My workmate suggested that when a change is made to the --hash-style defaults, the dynamic loader gets a version update. Is there an easy way to re-configure this default setting on Ubuntu 10.10? e.g.: http://dhoomketu.net.in/node/34 -- You received this bug notification because you are a mem