Solved by reading this Group!

  • Follow


I am happy to say I solved my compile problem by reading back to
November 17 and another person asked why the math references were a
problem.

 The thing to do then is -lm Link a library, a math library.. Duh..

 Well that's my speed :)

 I'm sure I have more questions.

Ernst
0
Reply Ernst_Berg (156) 12/6/2003 9:29:03 PM

Ernst Berg <Ernst_Berg@sbcglobal.net> scribbled the following:
> I am happy to say I solved my compile problem by reading back to
> November 17 and another person asked why the math references were a
> problem.

>  The thing to do then is -lm Link a library, a math library.. Duh..

I'm glad that comp.lang.c was able to help! Now if you could only refer
this information to the about 10'000 newbie C programmers who are going
to face the same problem in the next month or so... =)

-- 
/-- Joona Palaste (palaste@cc.helsinki.fi) ------------- Finland --------\
\-- http://www.helsinki.fi/~palaste --------------------- rules! --------/
"And according to Occam's Toothbrush, we only need to optimise the most frequent
instructions."
   - Teemu Kerola
0
Reply palaste (2323) 12/6/2003 10:09:09 PM


"Ernst Berg" <Ernst_Berg@sbcglobal.net> ha scritto nel messaggio
news:be9ae35b.0312061329.2019301a@posting.google.com...
> I am happy to say I solved my compile problem by reading back to
> November 17 and another person asked why the math references were a
> problem.
>
>  The thing to do then is -lm Link a library, a math library.. Duh..
>
>  Well that's my speed :)

i made the same question quite a long time ago:

http://www.google.com/groups?selm=7r_ba.72024%24zo2.1878737%40news2.tin.it&o
utput=gplain

i was not the first nor was i the last one i guess...

and, anyway, it IS a faq. all right!

http://www.eskimo.com/~scs/C-faq/q14.3.html

HTH

bye

max


0
Reply pxamNO (5) 12/7/2003 12:02:28 PM

"max101000010.01000101" <pxamNO@SPAMinwind.it> ha scritto nel messaggio
news:oFEAb.60939$AX1.2512132@news1.tin.it...
>
> "Ernst Berg" <Ernst_Berg@sbcglobal.net> ha scritto nel messaggio
> news:be9ae35b.0312061329.2019301a@posting.google.com...
> > I am happy to say I solved my compile problem by reading back to
> > November 17 and another person asked why the math references were a
> > problem.
> >
> >  The thing to do then is -lm Link a library, a math library.. Duh..
> >
> >  Well that's my speed :)
>
> i made the same question quite a long time ago:
>
>
http://www.google.com/groups?selm=7r_ba.72024%24zo2.1878737%40news2.tin.it&o
> utput=gplain
>
> i was not the first nor was i the last one i guess...
>
> and, anyway, it IS a faq. all right!
>
> http://www.eskimo.com/~scs/C-faq/q14.3.html

as a previous answer had already pointed out before (shame on me)


0
Reply pxamNO (5) 12/7/2003 12:06:31 PM

In <be9ae35b.0312061329.2019301a@posting.google.com> Ernst_Berg@sbcglobal.net (Ernst Berg) writes:

>I am happy to say I solved my compile problem by reading back to
>November 17 and another person asked why the math references were a
>problem.
>
> The thing to do then is -lm Link a library, a math library.. Duh..
>
> Well that's my speed :)

Well, you'd have saved some time and learned PLENTY of other useful
things, too, if you simply read the FAQ instead.

> I'm sure I have more questions.

Don't forget to read the FAQ before posting them.

Dan
-- 
Dan Pop
DESY Zeuthen, RZ group
Email: Dan.Pop@ifh.de
0
Reply Dan.Pop (3615) 12/8/2003 1:53:52 PM

Bruno Desthuilliers <bdesth.nospam@removeme.free.fr> wrote in message news:<3fd39e38$0$17123$626a54ce@news.free.fr>...
> Ernst Berg wrote:
> > I am happy to say I solved my compile problem by reading back to
> > November 17 and another person asked why the math references were a
> > problem.
> 
> I'm happy to say that reading the answers to your previous post exposing 
> the problem (and BTW would you be kind enough to not start a new thread 
> about a previous one ?), or simply, as it happens that your question (in 
> the previous post in a previous thread) was a FAQ, by first reading the 
> FAQ before posting your question - the one in the previous post that is 
> not in the same thread as this one I'm replying to -, you would not have 
> needed to read back to november 17 when someone else that didn't first 
> read the FAQ either posted - in another thread - the same question (I 
> mean the question in your previous post, in a previous unrelated thread).
> 
> (er... not sure this is crystal clear, but I s/guess/hope/ you know what 
> I mean...).
> 
> >  The thing to do then is -lm Link a library, a math library.. Duh..
> 
> http://www.eskimo.com/~scs/C-faq/q14.3.html
> 
> Er... Did I say it was a FAQ ?
> 
> > 
> >  I'm sure I have more questions.
> > 
> 
> #include <stdfaq.h>
> if (also_happen_to_be_FAQs(questions)) {
>      please_RTFF(); /* please... */
> else {
>      you_re_welcome("really"); /* really */
> }
> 
> Bruno



Yepperz..  Well I ment well.

And about the 10,000 new c programmers asking the same thing.. I'll try to help.


Ernst
0
Reply Ernst_Berg (156) 12/12/2003 9:40:16 AM

5 Replies
44 Views

(page loaded in 0.103 seconds)


Reply: