Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   C++ (http://www.velocityreviews.com/forums/f39-c.html)
-   -   Linking error while using Code::Blocks IDE (http://www.velocityreviews.com/forums/t953590-linking-error-while-using-code-blocks-ide.html)

vikramster@gmail.com 10-19-2012 06:31 AM

Linking error while using Code::Blocks IDE
 
Hi,

I have recently set up Code::Blocks IDE with GNU C++ compiler. But seems like some setting is missing. Even if I write a simple "Hello World" application, I am getting following error:

-------------------------------------------------------
ln.exe: invalid option -- o
Try `ln.exe --help' for more information.
Process terminated with status 1 (0 minutes, 1 seconds)
--------------------------------------------------------

Any suggestions on how to resolve this, please?



jacob navia 10-19-2012 07:11 AM

Re: Linking error while using Code::Blocks IDE
 
Le 19/10/12 08:31, vikramster@gmail.com a écrit :
> Hi,
>
> I have recently set up Code::Blocks IDE with GNU C++ compiler.


But seems like some setting is missing.

Even if I write a simple "Hello World" application, I am getting
following error:
>
> -------------------------------------------------------
> ln.exe: invalid option -- o
> Try `ln.exe --help' for more information.
> Process terminated with status 1 (0 minutes, 1 seconds)
> --------------------------------------------------------
>
> Any suggestions on how to resolve this, please?
>
>


That software is SO full of bugs, that is completely unusable. I could
never bring it to compile a hello world program, so I wish you good luck.

The way I solved that is to erase it from my hard drive and stop wasting
time with it.


Rene Ivon Shamberger 10-19-2012 12:21 PM

Re: Linking error while using Code::Blocks IDE
 
I would have to disagree, I have been using Code::Blocks for a long time and I find it most efficient. I guess you could try Dev-C++ or the less impressive VC++ that is for free. However, I would think twice about the VC++.

On Friday, October 19, 2012 3:11:07 AM UTC-4, jacob navia wrote:
> Le 19/10/12 08:31, vikramster@gmail.com a écrit :
>
> > Hi,

>
> >

>
> > I have recently set up Code::Blocks IDE with GNU C++ compiler.

>
>
>
> But seems like some setting is missing.
>
>
>
> Even if I write a simple "Hello World" application, I am getting
>
> following error:
>
> >

>
> > -------------------------------------------------------

>
> > ln.exe: invalid option -- o

>
> > Try `ln.exe --help' for more information.

>
> > Process terminated with status 1 (0 minutes, 1 seconds)

>
> > --------------------------------------------------------

>
> >

>
> > Any suggestions on how to resolve this, please?

>
> >

>
> >

>
>
>
> That software is SO full of bugs, that is completely unusable. I could
>
> never bring it to compile a hello world program, so I wish you good luck.
>
>
>
> The way I solved that is to erase it from my hard drive and stop wasting
>
> time with it.



jacob navia 10-19-2012 12:33 PM

Re: Linking error while using Code::Blocks IDE
 
Le 19/10/12 14:21, Rene Ivon Shamberger a écrit :
> I would have to disagree, I have been using Code::Blocks for a long time and I find it most efficient.


I guess you could try Dev-C++ or the less impressive VC++ that is for
free. However, I would think twice about the VC++.
>


Well, you could have explained why that error appears if you find it OK.

Maybe it is "efficient" but if I can't bring it to compile a hello world
program after 15-30 minutes efforts I give up sorry.

"ln.exe" is possible the replica of ln under Unix. Why does it fail?
Why does the software use "ln" for making a simple C project?

How do you get rid of that error?



Nobody 10-19-2012 02:09 PM

Re: Linking error while using Code::Blocks IDE
 
On Thu, 18 Oct 2012 23:31:03 -0700, vikramster wrote:

> I have recently set up Code::Blocks IDE with GNU C++ compiler. But seems
> like some setting is missing. Even if I write a simple "Hello World"
> application, I am getting following error:


> ln.exe: invalid option -- o


Why are you invoking ln.exe at all, let alone with a -o switch?

Did you tell it to use "ln.exe" (the program to create symbolic or hard
links, which don't exist on Windows) instead of "ld.exe" (the program
which links object files together to form an executable)?


jacob navia 10-19-2012 07:21 PM

Re: Linking error while using Code::Blocks IDE
 
Le 19/10/12 16:09, Nobody a écrit :
> On Thu, 18 Oct 2012 23:31:03 -0700, vikramster wrote:
>
>> I have recently set up Code::Blocks IDE with GNU C++ compiler. But seems
>> like some setting is missing. Even if I write a simple "Hello World"
>> application, I am getting following error:

>
>> ln.exe: invalid option -- o

>
> Why are you invoking ln.exe at all, let alone with a -o switch?
>
> Did you tell it to use "ln.exe" (the program to create symbolic or hard
> links, which don't exist on Windows) instead of "ld.exe" (the program
> which links object files together to form an executable)?
>

This is in the generated makefiles, it is not a user's fault


All times are GMT. The time now is 06:14 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57