The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 09-04-2007
porter porter is offline
Registered User
 

Join Date: Jan 2007
Posts: 2,965
Are you trying to build gcc, if so why?

Find the script causing the errors and add a "-x" to the starting part...

#!/bin/sh

to

#!/bin/sh -x
Reply With Quote