![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Development Releases: Linux Mint 4.0 Beta "Fluxbox", 4.0 Alpha "Debian" | iBot | UNIX and Linux RSS News | 0 | 01-04-2008 12:00 PM |
| Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`" | Lokesha | UNIX for Dummies Questions & Answers | 4 | 12-19-2007 10:52 PM |
| how could i make a program mixed with many "|", "<" and ">" | strugglingman | High Level Programming | 2 | 04-29-2006 05:11 AM |
| No utpmx entry: you must exec "login" from lowest level "shell" | peterpan | UNIX for Dummies Questions & Answers | 0 | 01-18-2006 01:15 AM |
| how to request a "read" or "delivered" receipt for mails | plelie2 | Shell Programming and Scripting | 1 | 08-06-2002 12:26 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I am a Unix newbie and I downloaded some X11 programs. I have gcc, but I cannot compile the files. I NEED HELP!!!!
__________________
"Live free or die." |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
MUCH MUCH more information is needed. first, what OS? second, what application are you trying to compile? third, what are the exact errors you are recieving?
forth and actually most important, have you searched on the applications website for some type of trouble shooting tips? you are probably missing some required libraries. |
|
#3
|
|||
|
|||
|
I am using OS X,under Unix Darwin. I am compiling with Terminal. I use Bash.
One of the errors is "make: *** No rule to make target `Makefile.in', needed by `Makefile'. Stop." and another is "configure: error: *** SDL version 1.1.1 not found!". I try to install SDL, but it says, "-bash: ./configure: No such file or directory" when I configure it.
__________________
"Live free or die." |
|
#4
|
|||
|
|||
|
did you download and install SDL? when ./configure is not succesful, you cant run make because the files that would have been created by configure, havent.
|
|
#5
|
|||
|
|||
|
I downloaded SDL and tried to configure and install it. It came up with a "could not find directory" error. I try to install things that do not need SDL (like some desktop environments) and THEY come up with errors. They say "could not find directory" also. Don't make me lose hope in Unix
__________________
"Live free or die." |
|
#6
|
|||
|
|||
|
so you downloaded it, from where? what file did you actually download? was it a file that ended in .tar.gz? perhaps you didnt un compress or unpack the archive you downloaded.
|
|
#7
|
|||
|
|||
|
I downloaded it from Sourceforge.net. It ended in .tar.gz. It decompressed all of the files that I need (by using Stuffit Expander, if that helps?). The exact name of the file is war-0.0.1bb.tar.gz. The URL I got it off of is http://sourceforge.net/project/showf...p?group_id=960 . Do I need to download it through Fink?
__________________
"Live free or die." |
|||
| Google The UNIX and Linux Forums |