LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-02-2004, 12:48 PM   #1
fcp101
LQ Newbie
 
Registered: Jul 2004
Location: Toronto
Distribution: SUSE 9.1
Posts: 13

Rep: Reputation: 0
./configure returns "no such dir or file"


I'm using Suse 9.1 on and Acer notebook, I've check all the C programming packages in Yast and they are all check, but every time I type

./configure

in the dir of the extracted file I get

no such file or directory

Is their something i'm doing wrong, its driving me crazy.
 
Old 08-02-2004, 12:54 PM   #2
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
are you sure there is a file named "configure" in the directory??
 
Old 08-02-2004, 01:01 PM   #3
fcp101
LQ Newbie
 
Registered: Jul 2004
Location: Toronto
Distribution: SUSE 9.1
Posts: 13

Original Poster
Rep: Reputation: 0
no, their isn't. Just the files that were extracted from the file(wireless_tools.26.tar.gz)

Last edited by fcp101; 08-02-2004 at 01:07 PM.
 
Old 08-02-2004, 01:09 PM   #4
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Quote:
Originally posted by fcp101
no, their isn't. Just the files that were extracted from the file(wireless_tools.26.tar.gz)
that's why you're getting the error... you can't execute a file that doesn't exist...

=)
 
Old 08-02-2004, 01:13 PM   #5
fcp101
LQ Newbie
 
Registered: Jul 2004
Location: Toronto
Distribution: SUSE 9.1
Posts: 13

Original Poster
Rep: Reputation: 0
So the configure file has to be part of the extracted file, so what if it doesn't have it, i'm mean this is a pretty popular file i'm trying to use, how are others using it,
 
Old 08-02-2004, 01:17 PM   #6
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
send me a link and i'll take a look...
 
Old 08-02-2004, 01:22 PM   #7
fcp101
LQ Newbie
 
Registered: Jul 2004
Location: Toronto
Distribution: SUSE 9.1
Posts: 13

Original Poster
Rep: Reputation: 0
Smile

http://pcmcia-cs.sourceforge.net/ftp...ools.26.tar.gz

Thanks for the help
 
Old 08-02-2004, 01:31 PM   #8
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
did you read the included INSTALL file??

=)

Quote:
In theory, a "make" should suffice to create the tools.
 
Old 08-02-2004, 01:37 PM   #9
fcp101
LQ Newbie
 
Registered: Jul 2004
Location: Toronto
Distribution: SUSE 9.1
Posts: 13

Original Poster
Rep: Reputation: 0
I'm a complete newbie, not exactly sure what that means, i don't see a "make" file in the extracted files, just "makefile" and is there any parameters i need to include
 
Old 08-02-2004, 01:45 PM   #10
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
there doesn't need to be a file called "make"... you have the "make" program in your system...

the file "makefile" is used by the make program...

"make" will build everything without needing special parameters...

i just compiled the source code we're talking about with no problems...

for more info on make, do a man make


Last edited by win32sux; 08-02-2004 at 01:59 PM.
 
Old 08-02-2004, 01:49 PM   #11
fcp101
LQ Newbie
 
Registered: Jul 2004
Location: Toronto
Distribution: SUSE 9.1
Posts: 13

Original Poster
Rep: Reputation: 0
So, typing "make" from within the exctracted dir while logged on as root should compile the program.
Thanks I'm at work right now so I don't have access to Linux, I'll give it a try when I get home.
Thanks again.
 
Old 08-02-2004, 02:00 PM   #12
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Quote:
Originally posted by fcp101
So, typing "make" from within the exctracted dir while logged on as root should compile the program.
you don't need to be root to compile it... only to install it...

=)
 
Old 08-02-2004, 02:12 PM   #13
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
by the way, according to the INSTALL file, in this case it's better if you just simply copy the binaries to /usr/sbin by hand, instead of doing your usual "make install" (as root) after the "make"...

Quote:
I advise to copy the executable (iwconfig, iwspy and iwpriv)
in /usr/local/sbin or /usr/sbin. The man pages (iwconfig.8, iwspy.8
and iwpriv.8) should be copied in /usr/local/man/man8 or
/usr/man/man8.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
"bad interpreter : no such file or directory" when configure "flex" acer_peri Linux - Software 10 11-10-2010 01:19 AM
Can't install "glibmm" library. "configure" script can't find "sigc++-2.0&q kornerr Linux - General 4 05-10-2005 02:32 PM
KPPP "Query Modem" returns empty fields ananya Linux - Hardware 2 02-21-2005 10:50 PM
"configure: error: can not find sources in <dir>" naveenkoneru Linux - Software 0 05-31-2004 05:08 PM
i just finished typing "./configure" and "make" in mplayer directory... kublador Linux - General 4 02-22-2003 03:12 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:33 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration