mindwave Posted June 10, 2008 Share Posted June 10, 2008 ok, I'm TRYING to work from source for the 1st time. dloaded a .tgz, extracted that, everything is good so far open konsole as root, cd to that dir and ./configure LOTS of lines fly by, everything looks like its going GREAT! then all of a sudden it errors out and says BUBBA (for example) not found please change directories or configure files so i ls and find out that there is a BUBBA subdir cd BUBBA and in there are about 4 different files, TWO of them are Makefile.in and Makefile.am and then the rest are all BUBBA related so I make <return> BUBBA:15 no endfile target name or Makefile found so i look up the switches for make and try: make -f BUBBA.in BUBBA <return> BUBBA:15 no file or directory found now remember this is my VERY 1st time at ANY of this, i'm typically an RPM guy, but this time I'm rather impatient. any suggestions or help would be greatly appreciated. thanks J [moved from Software by Greg2] Link to comment Share on other sites More sharing options...
Greg2 Posted June 10, 2008 Share Posted June 10, 2008 Could you please give us a link to the source you're trying to compile? Maybe also the real error message, instead of Bubba? Thanks, Forrest Gump :D Link to comment Share on other sites More sharing options...
arctic Posted June 10, 2008 Share Posted June 10, 2008 First of all: Make sure you meet all dependancies and that you read ALL the instructions that come with the package (readme file, etc.). And use e.g. pastebin or some similar tool for posting the output of the compiling process. This will make it easier to troubeshoot. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now