Subj : Unresolved reference __turboFloat To : borland.public.cpp.borlandcpp From : It's me Date : Fri Dec 03 2004 08:57 pm I am learning to use the free Borland command line compiler. If I use bcc32 to do the compile and link, things work fine. But if I use the -c option with bcc32 (for compile only), and then invoke ilink32 to do the linking, I am getting a unresolved reference to __turboFloat. Obviously, the parameters bcc32 is using to invoke ilink32 is different from the default settings when I invoke ilink32 from the command line. Does anybody know what options I should specify in order to resolve this? Thanks, .