Undefined references in crtdll?

2000-12-19 Thread glenn
When I try to compile crtdll the following are undefined: ecvt fcvt gcvt Where would these normally be defined on a Linux OS? I am not building on Linux but something similar.

Re: Undefined references in crtdll?

2000-12-19 Thread Francois Gouget
On Tue, 19 Dec 2000, glenn wrote: When I try to compile crtdll the following are undefined: ecvt fcvt gcvt Where would these normally be defined on a Linux OS? I am not building on Linux but something similar. They are declared in 'stdlib.h' and implemented by the C library.

Re: Undefined references in crtdll?

2000-12-19 Thread Jon
On Wednesday 20 December 2000 1:24 am, glenn wrote: When I try to compile crtdll the following are undefined: ecvt fcvt gcvt Where would these normally be defined on a Linux OS? libc. I am not building on Linux but something similar. Er, can you be more specific? thats not a lot to go