This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: crosstool "no: command not found"


See http://sources.redhat.com/ml/bug-binutils/2003-q2/msg00459.html
It looks like the "no" is a bug, not a real command.
Try this little patch:


--- crosstool-0.24/crosstool.sh.old	Thu Sep 18 16:55:03 2003
+++ crosstool-0.24/crosstool.sh	Thu Sep 18 16:55:23 2003
@@ -113,7 +113,7 @@
 mkdir -p build-binutils; cd build-binutils
 
 if test '!' -f Makefile; then
-    ${BINUTILS_DIR}/configure --target=$TARGET --prefix=$PREFIX
+    ${BINUTILS_DIR}/configure --target=$TARGET --prefix=$PREFIX
--disable-nls
 fi
 
 make all 


- Dan
-----Original Message-----
From: Andre Koster
To: dkegel@ixiacom.com
Sent: 18.09.2003 14:34
Subject: crosstool


I was attempting to build a suse-ppc to i686 cross compiler when I
received the failure 

no: command not found 
in the /build/i686-unk*/gcc-3.3.1-glib*/build-binutils/bfd/po directory.


the command no -o $file was attempted.  I realize that the no command
deals with network options and scrubbed google in an attempt to find one
for suse ppc and never found one.. The only reference to no was in AIX
land.

Is it safe to comment it out? can I delete it? 

Thanks.. 

Andre Koster


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]