The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 12-24-2004
bhargav's Avatar
bhargav bhargav is offline
Registered User
 

Join Date: Sep 2004
Location: USA
Posts: 511
Quote:
./configure
Are u executing the command from a directory where configure resides ??


Try an alternative .. by exporting the PATH as follows ...


export PATH=$PATH:./


and try to run the configure after going to that perticular director
where configure exists.
Reply With Quote