[Bug rtl-optimization/25683] Error while running `make`

2006-01-18 Thread gccbugzilla at multiwebinc dot com


--- Comment #13 from gccbugzilla at multiwebinc dot com  2006-01-19 04:38 
---
Please help so I can get this fixed


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25683



[Bug rtl-optimization/25683] Error while running `make`

2006-01-16 Thread gccbugzilla at multiwebinc dot com


--- Comment #12 from gccbugzilla at multiwebinc dot com  2006-01-17 03:30 
---
oh btw this is my gcc -v output:

$ gcc -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr
--with-gxx-include-dir=/usr/include/c++/4.0.2 --enable-shared
--with-system-zlib --libexecdir=/usr/lib --enable-nls
--without-included-gettext --enable-threads=posix --program-suffix=-4.0
--enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu
--enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk
--enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre
--enable-mpfr --disable-werror --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25683



[Bug rtl-optimization/25683] Error while running `make`

2006-01-16 Thread gccbugzilla at multiwebinc dot com


--- Comment #11 from gccbugzilla at multiwebinc dot com  2006-01-17 02:34 
---
Their "Detailed bug reporting instructions" is not very "detailed". I have no
idea what I'm doing. What files do I provide you? I never have to `run gcc -v
-save-temps all-your-options source-file`, I just do `configure` then `make`. 

For example, I tried to compile gaim from the directory gaim_configure with the
source located in ../gaim-2.0.0beta1/. After I run configure and make I don't
see any *.i* files in my gaim_configure directory, only in the source
directory, which contains a few *.in files. Is this what you need? If so, which
one(s)? It's full of subdirectories that contain other *.in files. I assumed
that when you compile it from another directory that it doesn't change the
files in the source directory at all. If this is correct, why would you need
the original files, because I get errors when I try to compile anything. It's
not just one package, it's all packages. I'm sure it's not an error in the
source code.

The root of the source directory contains the following .in files:
config.h.in
Doxyfile.in
gaim.apspec.in
gaim.pc.in
gaim.spec.in
Makefile.in
VERSION.in

There are 43 sub-folders, most of which contain Makefile.in or other .in files.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25683



[Bug c/25683] Error while running `make`

2006-01-16 Thread gccbugzilla at multiwebinc dot com


--- Comment #9 from gccbugzilla at multiwebinc dot com  2006-01-17 01:44 
---
Anyone know what's wrong and how I can fix it?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25683



[Bug c/25683] Error while running `make`

2006-01-14 Thread gccbugzilla at multiwebinc dot com


--- Comment #8 from gccbugzilla at multiwebinc dot com  2006-01-14 23:05 
---
Created an attachment (id=10644)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10644&action=view)
preprocessed source

I am assuming this is the preprocessed source. It was found in the src
subfolder of the directory I used to compile/make. 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25683



[Bug c/25683] Error while running `make`

2006-01-14 Thread gccbugzilla at multiwebinc dot com


--- Comment #6 from gccbugzilla at multiwebinc dot com  2006-01-14 20:57 
---
I have upgraded to ubuntu/kubuntu 5.10 and I am STILL getting this error
whenever I try to run `make` on ANYTHING. Does anyone have any suggestions? I
would really like to get this figured out. Maybe reinstall gcc with apt-get? I
don't know what to do.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25683



[Bug c/25683] Error while running `make`

2006-01-05 Thread gccbugzilla at multiwebinc dot com


--- Comment #5 from gccbugzilla at multiwebinc dot com  2006-01-06 02:16 
---
I just checked it... no errors.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25683




[Bug c/25683] Error while running `make`

2006-01-05 Thread gccbugzilla at multiwebinc dot com


--- Comment #3 from gccbugzilla at multiwebinc dot com  2006-01-06 00:50 
---
All of my hardware appears to be working fine. I have this problem where
programs spontaneously disappear on me without any error message and the
process is killed, but I really have no clue what to look for. Also, I seem to
get error messages whenever I try to compile anything from source, not just
gaim. If you could give me any pointers about how to check for memory issues or
hardware issues, let me know.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25683




[Bug c/25683] Error while running `make`

2006-01-05 Thread gccbugzilla at multiwebinc dot com


--- Comment #1 from gccbugzilla at multiwebinc dot com  2006-01-05 22:06 
---
I just tried to install the latest version of gcc and I still got this error. I
don't know how to get around it.

gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.0.2/libiberty/../include  -W
-Wall -Wtraditional -pedantic ../../gcc-4.0.2/libiberty/regex.c -o regex.o
In file included from ../../gcc-4.0.2/include/xregex.h:26,
 from ../../gcc-4.0.2/libiberty/regex.c:199:
../../gcc-4.0.2/include/xregex2.h:548: warning: ISO C90 does not support
`static' or type qualifiers in parameter array declarators
In file included from ../../gcc-4.0.2/libiberty/regex.c:653:
../../gcc-4.0.2/libiberty/regex.c: In function `byte_compile_range':
../../gcc-4.0.2/libiberty/regex.c:4552: warning: signed and unsigned type in
conditional expression
../../gcc-4.0.2/libiberty/regex.c:4562: warning: signed and unsigned type in
conditional expression
../../gcc-4.0.2/libiberty/regex.c:4562: warning: signed and unsigned type in
conditional expression
../../gcc-4.0.2/libiberty/regex.c: In function
`byte_common_op_match_null_string_p':
../../gcc-4.0.2/libiberty/regex.c:7826: internal compiler error: Segmentation
fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions, see
.
make[1]: *** [regex.o] Error 1
make[1]: Leaving directory `/home/mike/Desktop/gcc-4.0.2/compile/libiberty'
make: *** [all-libiberty] Error 2


-- 

gccbugzilla at multiwebinc dot com changed:

   What|Removed |Added

 CC|            |gccbugzilla at multiwebinc
   |        |dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25683




[Bug c/25683] New: Error while running `make`

2006-01-05 Thread gccbugzilla at multiwebinc dot com
I am running kubuntu on ubuntu 5.04. The version of GCC I have is either the
one on the CD or the latest one from the default apt-get sources. I have been
trying to install the latest version of gaim on my system and I have tried two
different versions and I got the same error message from both of them:

if /bin/sh ../../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../..  -DDATADIR=\"/usr/local/share\" -DVERSION=\"2.0.0beta1\"
-I../../src -Wall  -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0
-I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   
 -g -g -O2 -MT eggtrayicon.lo -MD -MP -MF ".deps/eggtrayicon.Tpo" -c -o
eggtrayicon.lo eggtrayicon.c; \
then mv -f ".deps/eggtrayicon.Tpo" ".deps/eggtrayicon.Plo"; else rm -f
".deps/eggtrayicon.Tpo"; exit 1; fi
if /bin/sh ../../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../..  -DDATADIR=\"/usr/local/share\" -DVERSION=\"2.0.0beta1\"
-I../../src -Wall  -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0
-I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   
 -g -g -O2 -MT docklet.lo -MD -MP -MF ".deps/docklet.Tpo" -c -o docklet.lo
docklet.c; \
then mv -f ".deps/docklet.Tpo" ".deps/docklet.Plo"; else rm -f
".deps/docklet.Tpo"; exit 1; fi
docklet.c: In function `docklet_signed_on_cb':
docklet.c:295: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions, see
.
make[3]: *** [docklet.lo] Error 1
make[3]: Leaving directory
`/home/mike/Desktop/Gaim/gaim-2.0.0beta1/plugins/docklet'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/mike/Desktop/Gaim/gaim-2.0.0beta1/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mike/Desktop/Gaim/gaim-2.0.0beta1'
make: *** [all] Error 2


and for the other version:

/bin/sh ../libtool --silent --tag=CC --mode=link gcc  -g -O2 -Wall -g3   -o
iconaway.la -rpath /usr/local/lib/gaim -module -avoid-version -lgtk-x11-2.0
-lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0
-lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   iconaway.lo  -lnsl
if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I..  -DDATADIR=\"/usr/local/share\" -DVERSION=\"1.5.0\" -I../src 
-DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0
-I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   
  -g -O2 -Wall -g3 -MT idle.lo -MD -MP -MF ".deps/idle.Tpo" -c -o idle.lo
idle.c; \
then mv -f ".deps/idle.Tpo" ".deps/idle.Plo"; else rm -f ".deps/idle.Tpo"; exit
1; fi
/bin/sh ../libtool --silent --tag=CC --mode=link gcc  -g -O2 -Wall -g3   -o
idle.la -rpath /usr/local/lib/gaim -module -avoid-version -lglib-2.0   idle.lo 
-lnsl
if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I..  -DDATADIR=\"/usr/local/share\" -DVERSION=\"1.5.0\" -I../src 
-DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0
-I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   
  -g -O2 -Wall -g3 -MT notify.lo -MD -MP -MF ".deps/notify.Tpo" -c -o notify.lo
notify.c; \
then mv -f ".deps/notify.Tpo" ".deps/notify.Plo"; else rm -f
".deps/notify.Tpo"; exit 1; fi
notify.c: In function `get_config_frame':
notify.c:729: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions, see
.
make[3]: *** [notify.lo] Error 1
make[3]: Leaving directory `/home/mike/Desktop/Gaim/gaim-1.5.0/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/mike/Desktop/Gaim/gaim-1.5.0/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mike/Desktop/Gaim/gaim-1.5.0'
make: *** [all] Error 2


I am not sure what it means by preprocessed source. Please let me know what
files I need to include and I will update this bug report.


-- 
       Summary: Error while running `make`
   Product: gcc
   Version: 3.3.5
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: gccbugzilla at multiwebinc dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25683