problem in makefile

R

raju2000myin

i wrote one makefile but it shows multiple definition error how can i
resolve that problem it is urgent to me please help to me.............



ramesh............
 
J

Joachim Schmitz

i wrote one makefile but it shows multiple definition error how can i
resolve that problem it is urgent to me please help to me.............
Wrong group, ask in comp.unix.programmer

Bye, Jojo
 
J

Joachim Schmitz

Richard Heathfield said:
Joachim Schmitz said:


Only if it really is a makefile issue. It may be a C issue yet.
Maybe, but no indication yet.
Not necessarily. Unix is not the only platform where makefiles are used.
True, but in comp.unix.programmer most people use make, so have the
knowledge to deal with makefile problems.

Bye, Jojo
 
C

Clever Monkey

Joachim said:
Richard Heathfield said:
Joachim Schmitz said:
i wrote one makefile but it shows multiple definition error how can i
resolve that problem it is urgent to me please help to
me............. [...]
ask in comp.unix.programmer
Not necessarily. Unix is not the only platform where makefiles are used.
True, but in comp.unix.programmer most people use make, so have the
knowledge to deal with makefile problems.
By that logic, the question is appropriate here, too.
 
R

Richard Heathfield

Clever Monkey said:
Joachim said:
Joachim Schmitz said:
i wrote one makefile but it shows multiple definition error how
can i resolve that problem it is urgent to me please help to
me............. [...]
ask in comp.unix.programmer
Not necessarily. Unix is not the only platform where makefiles are
used.
True, but in comp.unix.programmer most people use make, so have the
knowledge to deal with makefile problems.
By that logic, the question is appropriate here, too.

....which leads us to deduce that the logic is wrong.

The syntax of makefiles varies depending on the make utility being used.
Various such utilities exist, with various syntax rules. The question
properly belongs in a newsgroup devoted to programming on the
particular platform being used (unless it does actually turn out to be
a C question, which we don't yet know).
 
M

Mark McIntyre

Joachim Schmitz said:


Only if it really is a makefile issue. It may be a C issue yet.


Not necessarily. Unix is not the only platform where makefiles are used.

Can I suggest that rather than posting contradictions without
information, we all try to post info as well? The above from Richard
is negatively beneficial to the OP who now has no idea where to go for
help.

To the OP: look for a group which specialises in your compiler or
platform, and ask there. Make comes in many flavours and tehy don't
operate the same.
--
Mark McIntyre

"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it."
--Brian Kernighan
 
J

jacob navia

i wrote one makefile but it shows multiple definition error how can i
resolve that problem it is urgent to me please help to me.............



ramesh............

ramesh:

How are we supposed to know what is wrong since you do not tell us
the error message???

Are we supposed to read your brain?

In that case please take a knife, open your brain and send it
as an attachement to your message :)

jacob
 
D

Default User

i wrote one makefile but it shows multiple definition error how can i
resolve that problem it is urgent to me please help to me.............

Do you still have the problem if you don't use a makefile? That is,
compile and link solely with your base tool set?




Brian
 
C

CBFalconer

i wrote one makefile but it shows multiple definition error how
can i resolve that problem it is urgent to me please help to me.

You have an error in line 42.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,754
Messages
2,569,521
Members
44,995
Latest member
PinupduzSap

Latest Threads

Top