LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 12-14-2005, 09:36 AM   #1
itz2000
Member
 
Registered: Jul 2005
Distribution: Fedora fc4, fc7, Mandrake 10.1, mandriva06, suse 9.1, Slackware 10.2, 11.0, 12.0,1,2 (Current)]
Posts: 732

Rep: Reputation: 30
C# Compiler...?


Hello guys,
I got informed that we'll learn C# now... so can you recommend me on a compiler for C# files?


Thanks Alot
 
Old 12-14-2005, 09:38 AM   #2
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
yup! Mono-project is what you are looking for

http://www.mono-project.com/Main_Page

Regards!
 
Old 12-14-2005, 10:05 AM   #3
itz2000
Member
 
Registered: Jul 2005
Distribution: Fedora fc4, fc7, Mandrake 10.1, mandriva06, suse 9.1, Slackware 10.2, 11.0, 12.0,1,2 (Current)]
Posts: 732

Original Poster
Rep: Reputation: 30
is there something I can download via yum?


thanks alot.
 
Old 12-14-2005, 10:15 AM   #4
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
You're welcome. If you check mono's homepage, you will see that they have tips about how to get mono through yum as well

http://www.mono-project.com/Getting_Mono
 
Old 12-14-2005, 01:00 PM   #5
itz2000
Member
 
Registered: Jul 2005
Distribution: Fedora fc4, fc7, Mandrake 10.1, mandriva06, suse 9.1, Slackware 10.2, 11.0, 12.0,1,2 (Current)]
Posts: 732

Original Poster
Rep: Reputation: 30
Hey there, Thanks, but check this out

I've done what's written here
http://www.go-mono.com/download/fedora-4-x86_64/

Code:
Another way to install updates on your operating system is to use yum. Putting the mono.repo file in /etc/yum.repos.d will allow you to install mono and related packages.
then it didn't find matches... wtf?
Code:
[root@localhost yum.repos.d]# yum install mono
Setting up Install Process
Setting up repositories
livna                     100% |=========================|  951 B    00:00
updates-released          100% |=========================|  951 B    00:00
extras                    100% |=========================| 1.1 kB    00:00
base                      100% |=========================| 1.1 kB    00:00
Reading repository metadata in from local files
primary.xml.gz            100% |=========================| 379 kB    00:02
updates-re: ################################################## 1107/1107
Added 52 new packages, deleted 42 old in 4.17 seconds
Parsing package install arguments
No Match for argument: mono
Nothing to do

Me = SAD
 
Old 12-14-2005, 09:33 PM   #6
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Hmmm, strange. Well, I've never tried mono myself, but maybe, the name is not mono to get it installed. Some suggestions:

Code:
yum install mono-1.1
yum install mono-deps
yum install gtk-sharp-1.0
yum install gtk-sharp-2.0
yum install mono-tools
I've also never used yum, but I use apt-get a lot and used apt-get in redhat a lot. I guess you need to update the repositories when you've edited your yum list with "yum update" too. You did not forget to do that?

<guess>Perhaps only mono-1.1 should be enough and trigger the rest... </guess>

Last edited by Mega Man X; 12-14-2005 at 09:36 PM.
 
Old 12-15-2005, 05:34 AM   #7
itz2000
Member
 
Registered: Jul 2005
Distribution: Fedora fc4, fc7, Mandrake 10.1, mandriva06, suse 9.1, Slackware 10.2, 11.0, 12.0,1,2 (Current)]
Posts: 732

Original Poster
Rep: Reputation: 30
did yum update... but then it requested to download 500 mb of updates... so shall I still complete this? typed N and re did the yum install mono, which didn't work.


WEIRD ++.
 
Old 12-19-2005, 12:19 PM   #8
itz2000
Member
 
Registered: Jul 2005
Distribution: Fedora fc4, fc7, Mandrake 10.1, mandriva06, suse 9.1, Slackware 10.2, 11.0, 12.0,1,2 (Current)]
Posts: 732

Original Poster
Rep: Reputation: 30
It's very complicated when I compare it to what we worked in school. Is there a chance you know of other compiler?


Thanks.
 
Old 12-19-2005, 12:45 PM   #9
paulsm4
LQ Guru
 
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 5,863
Blog Entries: 1

Rep: Reputation: Disabled
Perhaps Microsoft is still offering the free beta version of Visual Studio 2005:

http://msdn.microsoft.com/vstudio/
 
Old 12-20-2005, 06:54 AM   #10
itz2000
Member
 
Registered: Jul 2005
Distribution: Fedora fc4, fc7, Mandrake 10.1, mandriva06, suse 9.1, Slackware 10.2, 11.0, 12.0,1,2 (Current)]
Posts: 732

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by paulsm4
Perhaps Microsoft is still offering the free beta version of Visual Studio 2005:

http://msdn.microsoft.com/vstudio/
for linux???!?!?!?!
 
Old 12-24-2005, 01:16 AM   #11
paulsm4
LQ Guru
 
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 5,863
Blog Entries: 1

Rep: Reputation: Disabled
I thought you said
Quote:
I got informed that we'll learn C# now
With all due respect to the good folks at Mono ... I can't imagine C# would be the language of choice if your target platform is Linux. For precisely the kinds of issues you encountered trying to install Mono (my experiences on SuSE were similar ... but at least I got a "hello world" compiled and running).

If you just want to learn C#, you should really do it with Visual Studio. Unless you don't have a choice.

IMHO .. PSM
 
Old 12-26-2005, 03:19 PM   #12
faris10
Member
 
Registered: Nov 2005
Location: High Point,NC
Distribution: SUSE 10.1
Posts: 89

Rep: Reputation: 15
Quote:
Originally Posted by paulsm4
I thought you said

With all due respect to the good folks at Mono ... I can't imagine C# would be the language of choice if your target platform is Linux. For precisely the kinds of issues you encountered trying to install Mono (my experiences on SuSE were similar ... but at least I got a "hello world" compiled and running).

If you just want to learn C#, you should really do it with Visual Studio. Unless you don't have a choice.

IMHO .. PSM
You can download the free version of the 32 borland compiler supported under windows . It should help you , It's free with shell commands.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
checking for C compiler default output... configure: error: C compiler cannot create fiorejm Linux - Software 6 11-12-2009 12:35 PM
C++ IDE+Compiler?Java IDE+compiler? Boby Linux - Software 3 05-31-2005 01:12 PM
Compiler conundrum: Which came first, a compiler, or it's source code? fr0zen Programming 21 01-29-2004 04:31 AM
No compiler to compiler the compliler NewtonIX Linux - Newbie 13 11-03-2003 05:32 AM
compile a compiler without a compiler? lackluster Linux - General 18 01-02-2003 07:55 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 03:21 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration