This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
_bit_scan_forward
- From: "Feike Boomstra" <f dot p dot boomstra at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 21 Mar 2007 13:26:33 +0100
- Subject: _bit_scan_forward
I am new to Linux, I am using Kubuntu (AMD64) with KDevelop. I try to
migrate a VC++ project to Linux. I am having problems with the
built-in function _Bit_scan_forward.
1) I can't find a headerfile defining this function.
2) If I define it myself, I get a link error: unresolved reference
please help
Feike Boomstra