Problem in Makefile

mark m.roth2006 at rcn.com
Thu Oct 11 12:46:42 UTC 2007


shivkaran ravidas wrote:
> hello to all,
>    
>   I am facing problems with Makefile .
>   When i am running Makefile it flashibg following error 
>    
>   /usr/bin/ld : Cant not find -Xext
>   Collect2 : ld return 1 exit error
>    
Interesting... according to the man page for ld, the -X flag is to discard all 
temporary local symbols, and does *not* have anything that should be appended 
to it. Meanwhile, make doesn't have a flag of -X. What are you trying to compile?

	mark




More information about the redhat-list mailing list