Thank you! Sam Gentile Co-Author Wrox Professional Visual C++.NET (ISBN 1861005962 )
[EMAIL PROTECTED] www.project-inspiration.com/sgentile http://www.project-inspiration.com/sgentile/DotNet.htm BLOG: http://radio.weblogs.com/0105852/ http://www.project-inspiration.com/sgentile/ScienceFiction.htm -----Original Message----- From: Discussion of the Rotor Shared Source CLI implementation [mailto:[EMAIL PROTECTED]] On Behalf Of Christophe Lauer Sent: Saturday, June 22, 2002 6:11 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET-ROTOR] Rotor ported to Linux Hi Sam, On my FBSD Box, the CSC compiler is in ~/sscli/build/v1.x86fstchk.rotor/ (~ is the home directory of the user on which I installed all the stuff) Is you get a "not found" message when you type "csc" on the command line, first check that you type it in lowercase. Second, try to import the ENV variables in your shell by typing ". env.sh" : the space between the dot and the name of the shell script is significant. Last, you can add these two lines at the bottom of your user's home directory .profile file : cd ~rotor/sscli . ~rotor/sscli/env.sh (change "rotor" by whatever you used as a username) Hope this Helps, -- Christophe Lauer -----Original Message----- From: Sam Gentile [mailto:[EMAIL PROTECTED]] Sent: samedi 22 juin 2002 14:06 To: [EMAIL PROTECTED] Subject: Re: [DOTNET-ROTOR] Rotor ported to Linux On Saturday 22 June 2002 04:02 am, you wrote: > http://www.oreillynet.com/cs/weblog/view/wlg/1602 > > Cheers, > Christian > --------------------------------- > .NET XML Web Services Repertory > http://www.xmlwebservices.cc/ > --------------------------------- Hi All, I am a Linux newbie but not a .NET one. I got this all compiled on Mandrake Linux 8.2 with: - use tcsh - tar xvfz linuxsscli.tar.gz - cd linuxsscli - source env.csh fastchecked - ./configure - ./buildall But now it can't find csc.exe. I don't use tcsh. I usually use bash and I am a Windows guy, so I could use a little help. I can't even seem to find the directory. -- Sam Gentile .NET Consultant http://www.project-inspiration.com/sgentile