How can I compile a program with basic-block counting enabled? When I try compiling with the -a flag, which should be what I need, this is what I get: /var/tmp/cczW87621.o(.stab+0x14): undefined reference to `LPBX0' /var/tmp/cczW87622.o(.stab+0x14): undefined reference to `LPBX0' /var/tmp/cczW87623.o(.stab+0x14): undefined reference to `LPBX0' /var/tmp/cczW87624.o(.stab+0x14): undefined reference to `LPBX0' /var/tmp/cczW87625.o(.stab+0x14): undefined reference to `LPBX0' /var/tmp/cczW87626.o(.stab+0x14): more undefined references to `LPBX0' follow Does that mean I should be linking something? Also, I found very little reference to the "LPBX0" keyword on the freebsd-hackers mailing list and on deja.com/usenet, what does it mean? OS: FreeBSD 4.1-RELEASE compiler: gcc version 2.95.2 19991024 (release) To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

