Subj : Re: Unresolved reference __turboFloat To : borland.public.cpp.borlandcpp From : Ed Mulroy [TeamB] Date : Sat Dec 04 2004 11:26 am Please show the command line that was used to call ilink32. Note that what you have is the set of command line tools from C++ Builder version 5. but you have posted here, in the group for the old, 1997, Borland C++ compiler. C++ Builder groups all have the word 'cppbuilder' in their name. .. Ed > It's me wrote in message > news:41b143c5$1@newsgroups.borland.com... > > 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? .