Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
02-10-2010, 03:33 AM
|
#1
|
Member
Registered: Nov 2009
Posts: 30
Rep:
|
Generic script compiler
Hi,
I have created a binary executable of a script, compiled using shc on Red Hat. However, when i tried to run the executable on Solaris, it does not work. Are there any other compiler that i can use, so that the binary executable created can be run on both red hat and solaris?
Thanks.
|
|
|
02-10-2010, 03:45 AM
|
#2
|
Senior Member
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
|
shc is not a compiler, but rather an obfuscater - it makes the code not easily readable. It's not worth using, as there are easily available tools to decompile.
|
|
|
02-10-2010, 03:52 AM
|
#3
|
Member
Registered: Nov 2009
Posts: 30
Original Poster
Rep:
|
Are there any compiler that u may recommend?
|
|
|
02-10-2010, 04:03 AM
|
#4
|
Senior Member
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
|
No, I'm not aware of any shell script compilers that actually compile. The value is questionable in any case. Shell scripts tend to glue existing (highly optimized) utilities together, with the bulk of processing performed by those utilities.
If you need to perform a processor intensive operation, just write that portion in C and call it from your script.
|
|
|
02-10-2010, 05:10 AM
|
#5
|
LQ 5k Club
Registered: Sep 2009
Posts: 6,443
|
Why are you trying to compile a script?
Seems like if your code MUST be compiled, you should use something like C or C++.
|
|
|
All times are GMT -5. The time now is 07:23 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|