1 msgCant build gcc 4.2 snapshot on MinGW (configure...
3 msgCompiling gcc-4.2 on 64 bit Ubuntu

gcc 4.1.2 - Compile error with cygwin
\ anitha boyapati (27 Feb 2007)
. \ Brian Dessent (27 Feb 2007)
. . \ anitha boyapati (28 Feb 2007)

3 msgSegmentation fault compiling java program with ...
2 msg__builtin_return_address from inline assembly o...
4 msggcc-3.4.2 Cross Compiler
1 msginstallation of gcc-3.4.2
2 msgRe: [LWOW] install gcc 3.2
3 msgA Qn on GCC generated ARM asm code
3 msgUnable to compile java file with gcj 4.1.1: und...
3 msgregarding autovectorization and prefetching
2 msgcompiling opts.c
2 msgpasses of gcc
2 msgsignificance of _builtin* functions
1 msgddg.c
4 msgUnderstandin Accessing protected member variabl...
2 msgRegarding building gcc-4.1.0 cross compiler
3 msgGCC backend: can C++ code be converted to C equ...
2 msgPossible missing files in gcc build
2 msgPerformance problem: unaligned loads/stores on ...
Subject:Re: gcc 4.1.2 - Compile error with cygwin
Group:Gcc-help
From:anitha boyapati
Date:28 Feb 2007


Thanx Brian

On 2/27/07, Brian Dessent <brian> wrote:
> anitha boyapati wrote:
>
> > E:\gnu\gcc_compile\gcc-4.1.2\host-i686-pc-cygwin\gcc>make
> > echo | ./xgcc -B./ -B/usr/local/i686-pc-cygwin/bin/ -isystem
> > /usr/local/i686-pc-cygwin/include -isystem
> > /usr/local/i686-pc-cygwin/sys-include
> > -L/cygdrive/e/gnu/gcc_compile/gcc- 4.1.2/host-i686-pc-cygwin/gcc/../ld
> > -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
> >
> > -uThe system cannot find the file specified.
> > make: *** [s-macro_list] Error 1
>
> This error means you have the Windows version of sort ahead of the
> Cygwin version of sort (/usr/bin/sort) in your PATH. Obviously, the
> Windows version of sort is completely different and will have no idea
> how to handle POSIX paths or POSIX options, so you need to fix your
> PATH.
>
> Brian
>


--
anithaboyapati


© 2004-2008 readlist.com