![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to use a .exe with a compiled program. | adamsy | High Level Programming | 1 | 10-04-2005 12:03 AM |
| Why my code couldn't be compiled | endeavour1985 | High Level Programming | 4 | 02-23-2005 12:18 AM |
| Compiled Compiler | AJA | UNIX for Dummies Questions & Answers | 3 | 11-10-2003 01:39 PM |
| Compiled Files | tripp4337 | UNIX for Advanced & Expert Users | 2 | 09-13-2003 02:23 PM |
| Running a compiled Program | Krebsbac | High Level Programming | 2 | 09-07-2001 04:39 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
cannot run c compiled programs
iam in the way of making graphics using SDL.i copied from cd usign
mount -a /cdrom cd /cdrom cp SDL-1.2.11.tar.gz /usr/test cd /usr/test gunzip SDL-1.2.11.tar.gz tar -xf SDL-1.2.11.tar cd SDL-1.2.11 ./configure ... ... it stops at checking whether the c compiler works...configure:error:cannnot run c compiled programs if you meant to cross com[pile,use --host see config.log what to do now?it was working perfectly ..suddenly i dont what happen,please help me -its in freebsd |
|
||||
|
permission denied
thanks for the reply but it says permission denied.i typed 'su' n tried again
PATH=$PATH;.; -> It says permission denied Now i came to know that gcc is not creatinge a.out well.when i try to run a.out it says segementation fault(core dumped).what should i do now.help me |
|
||||
|
You making mistake....
You sure you trying PATH=$PATH:. ; export PATH and NOT PATH=$PATH;. ; export PATH . There is difference of ":" and ";" If it still not work then... If you can manage then better you reinstall your O.S. There is high possibality of system curruption either due to Device-failure or it might be some hackers play-ground for now!!! One lession for you is Be carefull while working in *NIX or BSD world; It is not M$ Windows :-) |
|
||||
|
I know the message is very old but just for others looking for a solution....
I ran into this problem too. :-/ In my case it was the way I mounted my sw (software) filesystem. Using the noexec or user option. The latter also implies noexec. See the manpage of the mount command. Have a nice day René |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|