473,320 Members | 1,988 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

problem in makefile

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............

Jun 18 '07 #1
9 1727
<ra**********@gmail.comschrieb im Newsbeitrag
news:11*********************@o11g2000prd.googlegro ups.com...
>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
Jun 18 '07 #2
Joachim Schmitz said:
<ra**********@gmail.comschrieb im Newsbeitrag
news:11*********************@o11g2000prd.googlegro ups.com...
>>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,
Only if it really is a makefile issue. It may be a C issue yet.
ask in comp.unix.programmer
Not necessarily. Unix is not the only platform where makefiles are used.

--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at the above domain, - www.
Jun 18 '07 #3
"Richard Heathfield" <rj*@see.sig.invalidschrieb im Newsbeitrag
news:D_*********************@bt.com...
Joachim Schmitz said:
><ra**********@gmail.comschrieb im Newsbeitrag
news:11*********************@o11g2000prd.googlegr oups.com...
>>>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,

Only if it really is a makefile issue. It may be a C issue yet.
Maybe, but no indication yet.
>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.

Bye, Jojo
Jun 18 '07 #4
Joachim Schmitz wrote:
"Richard Heathfield" <rj*@see.sig.invalidschrieb im Newsbeitrag
news:D_*********************@bt.com...
>Joachim Schmitz said:
>><ra**********@gmail.comschrieb im Newsbeitrag
news:11*********************@o11g2000prd.googleg roups.com...
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.
--
clvrmnky <mailto:sp******@clevermonkey.org>

Direct replies will be blacklisted. Replace "spamtrap" with my name to
contact me directly.
Jun 18 '07 #5
Clever Monkey said:
Joachim Schmitz wrote:
>"Richard Heathfield" schrieb...
>>Joachim Schmitz said:
<ra**********@gmail.comschrieb...
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).

--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at the above domain, - www.
Jun 18 '07 #6
On Mon, 18 Jun 2007 12:57:40 +0000, in comp.lang.c , Richard
Heathfield <rj*@see.sig.invalidwrote:
>Joachim Schmitz said:
><ra**********@gmail.comschrieb im Newsbeitrag
news:11*********************@o11g2000prd.googlegr oups.com...
>>>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,

Only if it really is a makefile issue. It may be a C issue yet.
>ask in comp.unix.programmer

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
Jun 18 '07 #7
ra**********@gmail.com wrote:
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
Jun 18 '07 #8
ra**********@gmail.com wrote:
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
Jun 18 '07 #9
ra**********@gmail.com wrote:
>
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.

--
<http://www.cs.auckland.ac.nz/~pgut001/pubs/vista_cost.txt>
<http://www.securityfocus.com/columnists/423>
<http://www.aaxnet.com/editor/edit043.html>
cbfalconer at maineline dot net

--
Posted via a free Usenet account from http://www.teranews.com

Jun 19 '07 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: smsabu2002 | last post by:
Hi, I am facing the build problem while installing the DBD-MySql perl module (ver 2.9008) using both GCC and CC compilers in HP-UX machine. For the Build using GCC, the compiler error is...
2
by: Ralf Propach | last post by:
I have a visual studio 2005 project that consists of two managed C++ classes and some unmanaged C functions. The output of this project is a dll, that is loaded by a program with LoadLibrary()....
1
by: Arsalan Ahmad | last post by:
Hi all, I am trying to compile some source files using makefile. While compiling I am getting errors as shown below. Any idea how can I solve this problem. I believe I need to add some...
3
by: abhi | last post by:
I am using MinGW compiler for creating a Chat Client in C. Whenever i use any function of winsock2, my program does not compile and it gives linker Error. What could be wrong? I have included...
6
by: dolphin | last post by:
Hi! I am learing makefile recently.Now I have a problem. I write a very simple program just like "hello world" I write two makefile for it.One is included in another. the first is makefile...
1
by: %NAME% | last post by:
I wish to put a number of .db2 scripts in my makefile. However, some of the db2 scripts tries to revoke privileges from users that might do not have that privilege already, thus returns an error...
4
by: Jess | last post by:
Hello, I am now trying to use makefile to compile C++ programs. My makefile looks like: f1.o : f1.cpp h1.h h2.h g++ -c f1.cpp f2.o : f2.cpp h2.h h3.h g++ -c f2.cpp
1
by: Sejoro | last post by:
I fixed the operand problem (thanks) and now a new one has risen up. I have to compile it with a makefile which I have made and I am getting more strange errors I don't know how to fix. Well,...
19
by: foolsmart2005 | last post by:
I have written a snake game. There are 2 levels in the game(I finished 1st level). It can run in VC++ without problem but, when I run it on the dev C++ 4.9.9.2, it cannot run. I want to...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.