This is the mail archive of the cygwin mailing list for the Cygwin project.


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: gcc inst hosed after upgrading to cygwin 1.5.10x


On Fri, 28 May 2004, Hans Horn wrote:

> Gerrit,
>
> > What was the command you issued to g++?
>
> gcc -c -ansi -DGCC3X -DINLINE=inline -Wall -fomit-frame-pointer -Wno-depreca
> ted \
>  -Wunused-macros -Wno-unused-function -DLINUX -mno-cygwin -finline-limit=100

Bingo...........................................^^^^^^^^^^^!

> Looking in th eplace where cc1plus is supposed to be : it's there!
>
> (hans@HANNES)/C:...//lib> ls -lR /usr/lib/gcc-lib/i686-pc-cygwin

No, -mno-cygwin means it is looking here
/usr/lib/gcc-lib/i686-pc-mingw32/3.3.1.  Is it there?

ford@fordpc /usr/lib/gcc-lib/i686-pc-mingw32/3.3.1
$ ls -l
total 449
drwxrwxrwx+   2 ford     Users           0 Feb 17 13:05 adainclude/
drwxrwxrwx+   2 ford     Users           0 Feb 17 13:05 adalib/
lrwxrwxrwx    1 ford     Users          34 Feb 17 13:05 cc1.exe ->
../../i686-pc-cygwin/3.3.1/cc1.exe*
lrwxrwxrwx    1 ford     Users          37 Feb 17 13:05 cc1obj.exe ->
../../i686-pc-cygwin/3.3.1/cc1obj.exe*
lrwxrwxrwx    1 ford     Users          38 Feb 17 13:05 cc1plus.exe ->
../../i686-pc-cygwin/3.3.1/cc1plus.exe*
lrwxrwxrwx    1 ford     Users          39 Feb 17 13:05 collect2.exe ->
../../i686-pc-cygwin/3.3.1/collect2.exe*
-rwxrwxrwx    1 ford     Users         412 Aug  7  2003 crtbegin.o*
-rwxrwxrwx    1 ford     Users         492 Aug  7  2003 crtend.o*
lrwxrwxrwx    1 ford     Users          35 Feb 17 13:05 f771.exe ->
../../i686-pc-cygwin/3.3.1/f771.exe*
lrwxrwxrwx    1 ford     Users          36 Feb 17 13:05 gnat1.exe ->
../../i686-pc-cygwin/3.3.1/gnat1.exe*
lrwxrwxrwx    1 ford     Users          35 Feb 17 13:05 gpc1.exe ->
../../i686-pc-cygwin/3.3.1/gpc1.exe*
lrwxrwxrwx    1 ford     Users          36 Feb 17 13:05 gpcpp.exe ->
../../i686-pc-cygwin/3.3.1/gpcpp.exe*
drwxrwxrwx+   4 ford     Users           0 Feb 19 10:23 include/
lrwxrwxrwx    1 ford     Users          34 Feb 17 13:05 jc1.exe ->
../../i686-pc-cygwin/3.3.1/jc1.exe*
lrwxrwxrwx    1 ford     Users          40 Feb 17 13:05 jvgenmain.exe ->
../../i686-pc-cygwin/3.3.1/jvgenmain.exe*
-rwxrwxrwx    1 ford     Users       52328 Aug  7  2003 libgcc.a*
-rw-r--r--    1 ford     Users      404132 Oct  5  2003 libgpc.a
lrwxrwxrwx    1 ford     Users          32 Feb 17 13:05 specs ->
../../i686-pc-cygwin/3.3.1/specs*
drwxrwxrwx+   2 ford     Users           0 Feb 17 13:05 units/

-- 
Brian Ford
Senior Realtime Software Engineer
VITAL - Visual Simulation Systems
FlightSafety International
the best safety device in any aircraft is a well-trained pilot...

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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