Problems With UNIX Standards

Discussions on more advanced topics such as monolithic vs micro-kernels, transactional memory models, and paging vs segmentation should go here. Use this forum to expand and improve the wiki!
Locked
SoulofDeity
Member
Member
Posts: 193
Joined: Wed Jan 11, 2012 6:10 pm

Re: Problems With UNIX Standards

Post by SoulofDeity »

iansjack wrote:I only moved and renamed the original compiler files to be absolutely sure that they weren't somehow being used. This was just to make the test valid.
No, it invalidates the test entirely. You manually changed where the original gcc was. I know for a fact that MonoDevelop checks /usr/bin first regardless of the path. That's why I told you specifically to add '-dumpmachine' to your project and check the console.
User avatar
iansjack
Member
Member
Posts: 4685
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: Problems With UNIX Standards

Post by iansjack »

SoulofDeity wrote:
iansjack wrote:I only moved and renamed the original compiler files to be absolutely sure that they weren't somehow being used. This was just to make the test valid.
No, it invalidates the test entirely. You manually changed where the original gcc was. I know for a fact that MonoDevelop checks /usr/bin first regardless of the path. That's why I told you specifically to add '-dumpmachine' to your project and check the console.
If you say so. "Known" facts are often deceptive - experiment is the best test of facts.

I've tried it again, without touching the compiler files in /usr/bin - same result. My system compiler is 64-bit; the cross-compiler is 32-bit. The resulting object files were 32-bit; I have difficulty explaining that if the cross-compiler wan't used.

There's more than one way to skin a cat. You could always just define a custom compile command in the project options, using the cross-compiler. It comes to the same thing, but you are making it rather more explicit - no need to mess with your "/usr/bin" files.

Of course, you are going to have problems if you haven't built all the appropriate C or C++ libraries for your cross-compiler, but this would cause you problems however you used it.

I'm sorry you can't get this to work, but I'm really not going to waste more time on it. It works for me.
SoulofDeity
Member
Member
Posts: 193
Joined: Wed Jan 11, 2012 6:10 pm

Re: Problems With UNIX Standards

Post by SoulofDeity »

Ok, now I know you're full of ****. Do you kow why I'm telling you it's not possible? Because what you're saying you did was the first thing I tried. It doesn't work. It's the first approach I took because it's the common sense one. When common sense doesn't work, you fall back on hacks.
User avatar
sortie
Member
Member
Posts: 931
Joined: Wed Mar 21, 2012 3:01 pm
Libera.chat IRC: sortie

Re: Problems With UNIX Standards

Post by sortie »

Just shut up already. Your opinions seem naive, inexperienced and ill-advised. I would respond to your misunderstandings, but I have better ways to spend my time.

Locked.
Locked