Re: Compiling linux applications

2005-12-26 Thread Malcolm Kay
On Tue, 27 Dec 2005 12:19 am, Malcolm Kay wrote: > On Mon, 26 Dec 2005 01:46 pm, TV JOE wrote: > > Hi, > > > > I've a C program written for Suse linux. I'm having minor > > problems compiling. First is that the cexp (complex > > exponent) is not available in /usr/include/math.h. Is it > > possible

Re: Compiling linux applications

2005-12-26 Thread Malcolm Kay
On Mon, 26 Dec 2005 01:46 pm, TV JOE wrote: > Hi, > > I've a C program written for Suse linux. I'm having minor > problems compiling. First is that the cexp (complex exponent) > is not available in /usr/include/math.h. Is it possible to add > on a library that includes this function? I compile as

Compiling linux applications

2005-12-25 Thread TV JOE
Hi, I've a C program written for Suse linux. I'm having minor problems compiling. First is that the cexp (complex exponent) is not available in /usr/include/math.h. Is it possible to add on a library that includes this function? I compile as 'gcc -lm program.c'. Additionally there is a ti