Problem compiling program


 
Thread Tools Search this Thread
Top Forums Programming Problem compiling program
# 22  
Old 05-24-2006
i have tried compiling my program using
/usr/ucb/cc
/cc/SUNWspro/bin/cc
/cc/SUNWspro/SC4.2/bin/cc

but getting the error that
License Error : Cannot find license file
The product has not been installed properly.


can anyone tell me how can i get a new compiler.
# 23  
Old 05-24-2006
check if your license server is running,

seems you are running from properitary version.

grep for lmgrd <process>
# 24  
Old 05-24-2006
i tried to compile my program giving full path of cc using
/usr/ucb/cc
/cc/SUNWspro/bin/cc
/cc/SUNWspro/SC4.2/bin/cc
i am getting error:
Lisence file not found.
The cc is not properly installed.

can any one tell me, how can i download a compiler.
Regards
# 25  
Old 05-24-2006
Quote:
Originally Posted by milhan
alphakg, 2 questions:
1- what platorm are you using?
2- what's the output of "ls -l" command in your current directory where you are compiling your program? Post the output of the comand here..
I am using unix from rootshell.be using puTTY on windows xp.

$ ls -l
total 104
-rwxr-xr-x free 11595 May 23 00:10 a.out
-rwxr-xr-x free 11595 May 23 17:57 hello2
-rw-r--r-- free 73 May 22 03:09 hello2.c






$ cc -o hello2 hello2.c
$ hello2
bash: ./hello2: Permission denied
$ ./hello2
bash: ./hello2: Permission denied
$ a.out
bash: ./a.out: Permission denied

Last edited by alphakg; 05-30-2006 at 06:37 PM..
# 26  
Old 07-22-2006
cc

I still need help with compiling!
# 27  
Old 07-22-2006
do a chmod +x hello2
see if that solves ur problem.

-R3d
# 28  
Old 07-23-2006
Quote:
Originally Posted by alphakg
I am using unix from rootshell.be using puTTY on windows xp.

$ ls -l
total 104
-rwxr-xr-x free 11595 May 23 00:10 a.out
-rwxr-xr-x free 11595 May 23 17:57 hello2
-rw-r--r-- free 73 May 22 03:09 hello2.c

$ cc -o hello2 hello2.c
$ hello2
bash: ./hello2: Permission denied
$ ./hello2
bash: ./hello2: Permission denied
$ a.out
bash: ./a.out: Permission denied
alphakg, I don't see any thing wrong on the way you compile and try to run your program; everything looks fine. Note that you are trying to run the executable on a unix platform that is offered to public. As far as I know, the sys admins on such systems tend to restrict public running some executables on their systems. Try contacting your system administrator and bringing up your problem to him...

WAIT.. I guess I figured that out..

See what I found on the http://rootshell.be website (this is the unix account you're using):

What we do NOT allow?

* IRC bots, proxies;
* Background processes;
* Spam;
* Storage of illegal material;
* Compilation/execution of your own application

This is why your program is not executing, because they restricted their system, as I mentioned above..

Do you not have access to any other unix account; such as one from your school? Or, you might also want to install Linux on one of your partitions..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Error compiling program with extension .c

good morning, I have 64-bit DB2 V9.7 AIX 7.1.0.0 I am compiling a C program, when running cc-I / rutadb2/include-c programa.c this error. ksh: cc: not found. how I can check if I have installed the C compiler? Any help will be greatly appreciated. Thank you very much and best regards. (2 Replies)
Discussion started by: systemoper
2 Replies

2. Programming

Compiling a 64 bits program using gcc

Hi Everyone, I can ask what is the option to compile a 64 bits program using gcc. I have looked everywhere but can't find it. Before I used to use cc and the -q64 flag was the option to generate the 64 bits binary. Can anyone tell me what is the flags when using gcc. Thanks...... (3 Replies)
Discussion started by: arizah
3 Replies

3. UNIX for Dummies Questions & Answers

Problem compiling 3rd party g++ program

I'm trying to compile a 3rd party program used for solid-state chemistry that calculates pore characteristics of an input material. The program was written between 2000 and 2006, so I believe the problem is that the headers used are outdated, but I'm not terribly computer savvy (and a complete... (1 Reply)
Discussion started by: motrax
1 Replies

4. Programming

compiling old C program in Linux.

Hello, I am writing to ask for support about compiling an very old but famous C-progam for genetics study called MapMaker/QTL, and the source code is available from MIT: http://www.broadinstitute.org/ftp/distribution/software/mapmaker3/The program was originally designed for systems like SunOS... (1 Reply)
Discussion started by: yifangt
1 Replies

5. Programming

compiling c program in unix

if somebody can help me pls. i need the source code for a shell which compiles C or java programs in unix i need a very short and simple one, just the compiling part Respect (2 Replies)
Discussion started by: zlatan005
2 Replies

6. Solaris

Compiling and Running C Program on Solaris

Hello Guys, I am using Solaris Developer Express Edition 9/07, I am a beginner. Please tell me how to compile and execute a C program. Please give me your answers clearly, for the compilers cc,c89,c99. please....... reply to me. I not getting the answer anywhere.. Advance... (2 Replies)
Discussion started by: selva_ss
2 Replies

7. Programming

help on compiling a C program on Tiger

here is the very simple bob.c: main() { printf("hello"); } i use tiger and i use the command: gcc bob.c and the end result: bob.c: In function ‘main': bob.c:3: warning: incompatible implicit declaration of built-in function /‘printf' any help appreciated, i'm just starting... (4 Replies)
Discussion started by: cleansing_flame
4 Replies

8. Programming

Compiling a C program

Help I know nothing about c programming. :confused: I want to compile the below c program. It extracts data from an oracle database into csv files. I have oracle 9206 installed with ProC. I dont have gcc My question is. How the hell do I make this into an file I can run? I am pulling... (3 Replies)
Discussion started by: ooploo
3 Replies

9. Programming

Compiling a program

Hello. I am trying to run a c program on a unix shell (ssh). I have searched this forum but have not come accross the soultion to my problem, so I am posting my question here :cool: I wrote the following simple code: #include <iostream.h> using namespace std; int main() { ... (7 Replies)
Discussion started by: Minnesota Red
7 Replies

10. Programming

Error Compiling C program

Hi All, I tried to compile a C program but i am getting error while Linking . it says Undefined reference to ' ' (here it gives a method name which is defined Globally ). Can any body tell the resaon and remedy for the same . Iam stuck up here . Thanks (3 Replies)
Discussion started by: Vivek
3 Replies
Login or Register to Ask a Question