Re: Also from Algorithm genius

2002-04-26 Thread Eric G. Miller
On Fri, Apr 26, 2002 at 01:21:21AM -0700, ben wrote: > On Friday 26 April 2002 12:35 am, DSC Siltec wrote: > > Okay... I'm not a genius, but this is going to be > > a no-brainer for some of you, I can't figure it out. > > > > I have a simple program that uses log. > > > > I have "include " in my p

Re: Also from Algorithm genius

2002-04-26 Thread ben
On Friday 26 April 2002 12:35 am, DSC Siltec wrote: > Okay... I'm not a genius, but this is going to be > a no-brainer for some of you, I can't figure it out. > > I have a simple program that uses log. > > I have "include " in my program. > > When I compile on gcc, I get "unknown identifier: log."

Re: Also from Algorithm genius

2002-04-26 Thread Tom Cook
On 0, DSC Siltec <[EMAIL PROTECTED]> wrote: > Okay... I'm not a genius, but this is going to be > a no-brainer for some of you, I can't figure it out. > > I have a simple program that uses log. > > I have "include " in my program. > > When I compile on gcc, I get "unknown identifier: log." >

Also from Algorithm genius

2002-04-26 Thread DSC Siltec
Okay... I'm not a genius, but this is going to be a no-brainer for some of you, I can't figure it out. I have a simple program that uses log. I have "include " in my program. When I compile on gcc, I get "unknown identifier: log." gcc mylogprog.c -o mylogprog.exe I'm guessing that I need to