Re: mingw svn trunk failure

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Dec 19, 2006 at 06:58:26PM -0500, Carlos O'Donell wrote:
> On Tue, Dec 19, 2006 at 05:59:09PM -0500, Bob Rossi wrote:
> > > Bob, could you please provide your gcc configure options?
> > 
> > Hi Carlos,
> > 
> > It's all here,
> > http://gcc.gnu.org/ml/gcc-help/2006-12/msg00279.html
> > What do you think?
> 
> -----
> The values of the varaiables are,
>   p->fname=/c/mingw/include cpp_PREFIX=c:/mingw cpp_PREFIX_len=8
> -----
> 
> This is not at all what I expected. The problem here is that you are
> configuring mingw under cygwin, and the cygwin paths are not translated.
> I will have to think about this.
> 
> Could you tell me what errors you get when using --prefix='c:/mingw'?

I'm not sure if you still care, but I had the below error messages with
the exact same configure and build line, except change --prefix=/mingw
to --prefix=C:/mingw.

I think it's because make doesn't handle the : well, but I have no idea.
Bob Rossi

echo | /home/bobbybrasko/gcc/svn-trunk-orig/gcc-builddir-0/./gcc/xgcc -B/home/bobbybrasko/gcc/svn-trunk-
orig/gcc-builddir-0/./gcc/ -L/home/bobbybrasko/gcc/svn-trunk-orig/gcc-builddir-0/mingw32/winsup/mingw -L
/home/bobbybrasko/gcc/svn-trunk-orig/gcc-builddir-0/mingw32/winsup/w32api/lib -isystem /home/bobbybrasko
/gcc/svn-trunk-orig/gcc/winsup/mingw/include -isystem /home/bobbybrasko/gcc/svn-trunk-orig/gcc/winsup/w3
2api/include -BC:/mingw/mingw32/bin/ -BC:/mingw/mingw32/lib/ -isystem C:/mingw/mingw32/include -isystem 
C:/mingw/mingw32/sys-include -E -dM - | \                                                               
  sed -n -e 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p' \                                                 
         -e 's/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \                                           
  sort -u > tmp-macro_list                                                                              
/bin/sh ../../gcc/gcc/../move-if-change tmp-macro_list macro_list                                       
echo timestamp > s-macro_list                                                                           
rm -rf include; mkdir include                                                                           
chmod a+rx include                                                                                      
if [ -d ../prev-gcc ]; then \                                                                           
  cd ../prev-gcc && \                                                                                   
  make real-install-headers-tar DESTDIR=`pwd`/../gcc/ \                                                 
    libsubdir=. ; \                                                                                     
else \                                                                                                  
  (TARGET_MACHINE='i386-pc-mingw32'; srcdir=`cd ../../gcc/gcc; ${PWDCMD-pwd}`; \                        
    SHELL='/bin/sh'; MACRO_LIST=`${PWDCMD-pwd}`/macro_list ; \                                          
    export TARGET_MACHINE srcdir SHELL MACRO_LIST && \                                                  
    cd ../build-mingw32/fixincludes && \                                                                
    /bin/sh ./fixinc.sh ../../gcc/include \                                                             
      `echo /mingw/include | sed -e :a -e "s,[^/]*/\.\.\/,," -e ta`  ); \                               
  rm -f include/syslimits.h; \                                                                          
  if [ -f include/limits.h ]; then \                                                                    
    mv include/limits.h include/syslimits.h; \                                                          
  else \                                                                                                
    cp ../../gcc/gcc/gsyslimits.h include/syslimits.h; \                                                
  fi; \                                                                                                 
fi                                                                                                      
make[4]: Entering directory `/home/bobbybrasko/gcc/svn-trunk-orig/gcc-builddir-0/prev-gcc'              
../../gcc/gcc/ada/Make-lang.in:430: *** multiple target patterns.  Stop.                                
make[4]: Leaving directory `/home/bobbybrasko/gcc/svn-trunk-orig/gcc-builddir-0/prev-gcc'               
make[3]: *** [stmp-fixinc] Error 2                                                                      
make[3]: Leaving directory `/home/bobbybrasko/gcc/svn-trunk-orig/gcc-builddir-0/gcc'                    
make[2]: *** [all-stage2-gcc] Error 2                                                                   
make[2]: Leaving directory `/home/bobbybrasko/gcc/svn-trunk-orig/gcc-builddir-0'                        
make[1]: *** [stage2-bubble] Error 2                                                                    
make[1]: Leaving directory `/home/bobbybrasko/gcc/svn-trunk-orig/gcc-builddir-0'                        
make: *** [bootstrap] Error 2                                                                           


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux