Bug#1643: ld gets fatal eror when linking for profiling

1995-11-09 Thread David Engel
> [Reminder: ld fails when gcc is used with both -g and -lm flags] > > I'm surprised no one else is complaining about this bug since it > really hinders software development under Debian. If you link with -g (which really doesn't buy you much), you also need to link with -static for a.out. David

Bug#1643: ld gets fatal eror when linking for profiling

1995-11-09 Thread Michael E. Deisher
On Wed, 8 Nov 1995 10:44:16 -0600 (CST), [EMAIL PROTECTED] (David Engel) said: > If you link with -g (which really doesn't buy you much), you also > need to link with -static for a.out. I was compiling and linking in the same call to gcc. Is this feature *supposed* to be broken now. ;-) On oth

Bug#1643: ld gets fatal eror when linking for profiling

1995-11-08 Thread Michael E. Deisher
[Reminder: ld fails when gcc is used with both -g and -lm flags] I'm surprised no one else is complaining about this bug since it really hinders software development under Debian. For anyone who is interested, one solution is just to install the experimental elf-gcc package. This one works fine