public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* problem
@ 1999-10-10  9:47 Florin Iucha
  1999-10-31 23:35 ` problem Florin Iucha
  0 siblings, 1 reply; 23+ messages in thread
From: Florin Iucha @ 1999-10-10  9:47 UTC (permalink / raw)
  To: nathan, gcc

Hi, Nathan!

> I see that this is the address that i should email if everything works
> alright but it seems that my compiler seems to be having issues, I
> cannot compile any kernels and I thought perhaps that was because I was
> using an older version of egcs, so I downloaded 2.95.1 and tried to
> compile it, however, no such luck.

You are referring to the linux kernel, or xBSD kernel?

Since RedHat 6.0 I have always compiled the latest linux 2.2.x kernels
with  the latest (egcs|gcc) compiler. And I didn't have any problems: I
am using 
the computer as a Oracle 8i server for my wife, and it runs!

Few days ago on linux-kernel I saw a post from Alan Cox recomending no
to use gcc-2.95.1 for any kernel stuff... For me it was too late :)

I wasn't able though to compile the kernel for NetBSD 1.4.1 with
gcc-2.95.1 so I compiled it with egcs-1.1.2 which cames standard with
NetBSD. 

I also wasn't able to succesfully compile Apache 1.3.9 with gcc-2.95.1
on NetBSD 1.4.1.

But for linux, I can tell you from my experience that at least for
compiling, gcc works.

Best luck,
florin

-- 

Florin Iucha
mailto://fiucha@neta.com
http://www.neta.com/~fiucha

Moglen's Metaphorical Corollary to Faraday's Law
   "...if you wrap the Internet around every person on the planet 
    and spin the planet, software flows in the network."
( http://old.law.columbia.edu/my_pubs/anarchism.html )

^ permalink raw reply	[flat|nested] 23+ messages in thread
* problem
@ 2005-02-14 22:19 Virender Kashyap
  2005-02-15 21:27 ` problem James E Wilson
  0 siblings, 1 reply; 23+ messages in thread
From: Virender Kashyap @ 2005-02-14 22:19 UTC (permalink / raw)
  To: gcc

hi
    I have written a small structure (function_cfg_info) to hold CFG 
information (defined in new file tree-cfg.h) and wanted to 
add this to call graph node data structure (in cgraph.h). When I add this
to cgraph_node , it is unable to find this structure, even after including 
the   tree-cfg.h. I updated the make file as well to suit the changes, 
something like:
TREE_CFG_H = tree-cfg.h $(BASIC_BLOCK_H)
CGRAPH_H = cgraph.h tree.h $(TREE_CFG_H)

for example if i define a type, in tree-cfg.h, as :
typedef struct function_cfg_info *fun_cfg_info ;
and add following to cgraph.h :
fun_cfg_info cfginfo ;

   Can someone help me in figuring out the problem with this.

Regards.
Virender

^ permalink raw reply	[flat|nested] 23+ messages in thread
* Re: problem
@ 2001-12-19  9:48 GTFSTBK
  0 siblings, 0 replies; 23+ messages in thread
From: GTFSTBK @ 2001-12-19  9:48 UTC (permalink / raw)
  To: gcc

In a message dated 12/19/01 11:14:24 AM, tprince@computer.org writes:

>Perhaps you should document MachTen so you can look it up on the gcc site.
>
>ggcc included a port of an obsolete version for the PowerMAC and
>
>some earlier MAC.  The patches never showed up as part of the "real" gcc.
>
>It was never feasible to do much upgrading of their gcc except to the extent
>
>that it was covered by paid support. Such problems contributed to my
>
>abandonment of MAC platforms, well prior to the time when my employment
>
>would have dictated such a shift.
>
>

Can I obtain one of these binaries please, I am unable to compile anything 
due to the authors removal of certain key files from my environment and I 
need to get this compiler cause my software specifically asks for it.

My Mac is a pre-G3 power pc and my environemt is a MachTen (WebTen) 
derivative.

Dale

^ permalink raw reply	[flat|nested] 23+ messages in thread
* Re: problem
@ 2001-12-19  3:14 dewar
  0 siblings, 0 replies; 23+ messages in thread
From: dewar @ 2001-12-19  3:14 UTC (permalink / raw)
  To: gcc, rra

<<It's a somewhat quirky POSIX layer for Macintosh.  It's a commercial
product from Tenon.  I believe it's now being retired since MacOS X has
been released.
>>

Actually they describe it as more of a Unix layer, the idea is to provide
a unix environment on the Mac, and yes, it has been retired since MacOS
X has been released (last I knew they were selling off remaining stock cheap)

^ permalink raw reply	[flat|nested] 23+ messages in thread
[parent not found: <616BE6A276E3714788D2AC35C40CD18D29DBF7@whale.softwire.co.uk>]
[parent not found: <616BE6A276E3714788D2AC35C40CD18D29DBCF@whale.softwire.co.uk>]
* problem
@ 2001-12-18 23:40 GTFSTBK
  0 siblings, 0 replies; 23+ messages in thread
From: GTFSTBK @ 2001-12-18 23:40 UTC (permalink / raw)
  To: gcc

Please help me, I have spent several weeks with absolutely no results and I 
am becoming very frustrated, I require a working gcc and after downloading it 
from your site it I am very disappointed in that it must be compiled to 
install and my problem is my environment lacks a compiler to do this. (the 
authors way of controlling the software)

    All I can tell you is this, suggestion on dealing with the author of the 
software or anyone else is pretty much useless to me, what I require is 
functional 'gcc'. 

    Since I cannot say exactly what my environment is, since it is a stripped 
MachTen derivative, several programs are missing that stop me from upgrading 
or midifying my environment since every time I issue the command 
'./configure' I get the following.

#./configure -v --with-layout=machten
uname: not found
Configuring for Apache, Version 1.3.12
 + using installation path layout: machten (config.layout)
who: not found
head: not found
head: not found
head: not found
head: not found
Creating Makefile
Creating Configuration.apaci in src
 + Rule SHARED_CORE=default
 + Rule SHARED_CHAIN=default
 + Rule SOCKS4=no
 + Rule SOCKS5=no
 + Rule IRIXNIS=no
 + Rule IRIXN32=yes
 + Rule PARANOID=no
 + Rule EXPAT=default
 + Rule DEV_RANDOM=default
 + Rule WANTHSREGEX=default
 + Module mmap_static: no
 + Module vhost_alias: no
 + Module env: yes
 + Module log_config: yes
 + Module log_agent: no
 + Module log_referer: no
 + Module mime_magic: no
 + Module mime: yes
 + Module negotiation: yes
 + Module status: yes
 + Module info: no
 + Module include: yes
 + Module autoindex: yes
 + Module dir: yes
 + Module cgi: yes
 + Module asis: yes
 + Module imap: yes
 + Module actions: yes
 + Module speling: no
 + Module userdir: yes
 + Module alias: yes
 + Module rewrite: no
 + Module access: yes
 + Module auth: yes
 + Module auth_anon: no
 + Module auth_dbm: no
 + Module auth_db: no
 + Module digest: no
 + Module auth_digest: no
 + Module proxy: no
 + Module cern_meta: no
 + Module expires: no
 + Module headers: no
 + Module usertrack: no
 + Module example: no
 + Module unique_id: no
 + Module so: no
 + Module setenvif: yes
 + Checking platform/OS type
 + configured for MachTen PPC platform
Error: could not find 'head' anywhere in your PATH
Error: could not find 'who' anywhere in your PATH
Error: could not find 'uname' anywhere in your PATH
Error: could not find 'compress' anywhere in your PATH
Error: could not find 'gcc' C compiler anywhere in your PATH
Configure terminated 
#

I do have the '.packlist' from the installed apache if it helps, I just need 
to get a working gcc and no idea where to get a binary distribution.

I don't care if I have to try several binaries to find a working one, as long 
as I can get something that is known to work and complete I will be very 
happy.

Dale

^ permalink raw reply	[flat|nested] 23+ messages in thread
* problem
@ 2001-10-19  8:14 Nurse, Brian
  2001-10-19  8:37 ` problem Phil Edwards
  0 siblings, 1 reply; 23+ messages in thread
From: Nurse, Brian @ 2001-10-19  8:14 UTC (permalink / raw)
  To: 'gcc@gcc.gnu.org'

I am having a problem searching the mailing lists (gcc-help in this case):



ht://Dig error
htsearch detected an error. Please report this to the webmaster of this
site. The error message is:

Unable to read word database file '/sourceware/htdig2/gcc/db/db.words.db'
Did you run htmerge?






Thanks

Brian

^ permalink raw reply	[flat|nested] 23+ messages in thread
* problem
@ 1999-10-09 13:49 Nathan A. Feger
  1999-10-31 23:35 ` problem Nathan A. Feger
  0 siblings, 1 reply; 23+ messages in thread
From: Nathan A. Feger @ 1999-10-09 13:49 UTC (permalink / raw)
  To: gcc

Hi,


I see that this is the address that i should email if everything works
alright but it seems that my compiler seems to be having issues, I
cannot compile any kernels and I thought perhaps that was because I was
using an older version of egcs, so I downloaded 2.95.1 and tried to
compile it, however, no such luck.

Is this the address I can query about this problem or is there another?


thanks,
Nathan


btw this is how it ended:

gcc  -DIN_GCC     -g  -DHAVE_CONFIG_H    -I. -I. -I./config
-I./../include  \
  -DTARGET_NAME=\"i586-pc-linux-gnu\" \
  -c `echo ./toplev.c | sed 's,^\./,,'`
toplev.c:1178: warning: initialization from incompatible pointer type
toplev.c:1178: warning: initialization from incompatible pointer type
toplev.c:1178: warning: initialization from incompatible pointer type
toplev.c:1178: warning: initialization from incompatible pointer type
toplev.c:1178: warning: initialization from incompatible pointer type
toplev.c:1178: warning: initialization from incompatible pointer type
toplev.c:1178: warning: initialization from incompatible pointer type
toplev.c:1178: warning: initialization from incompatible pointer type
toplev.c:1178: warning: initialization from incompatible pointer type
gcc -c  -DIN_GCC     -g  -DHAVE_CONFIG_H    -I. -I. -I./config
-I./../include tree.c
gcc -c  -DIN_GCC     -g  -DHAVE_CONFIG_H    -I. -I. -I./config
-I./../include print-tree.c
gcc -c  -DIN_GCC     -g  -DHAVE_CONFIG_H    -I. -I. -I./config
-I./../include stor-layout.c
gcc -c  -DIN_GCC     -g  -DHAVE_CONFIG_H    -I. -I. -I./config
-I./../include fold-const.c
gcc -c  -DIN_GCC     -g  -DHAVE_CONFIG_H    -I. -I. -I./config
-I./../include ./genflags.c
gcc  -DIN_GCC     -g  -DHAVE_CONFIG_H  -o genflags \
 genflags.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo
obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*)
echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo 
;; esac ` 
./genflags ./config/i386/i386.md > tmp-flags.h
./move-if-change tmp-flags.h insn-flags.h
touch s-flags
gcc -c  -DIN_GCC     -g  -DHAVE_CONFIG_H    -I. -I. -I./config
-I./../include function.c
function.c: In function `instantiate_virtual_regs_1':
function.c:4065: internal error--insn does not satisfy its constraints:
(insn 624 622 625 (set (mem:SI (plus:SI (reg:SI 6 %ebp)
                (const_int -44)))
        (reg:SI 0 %eax)) 54 {movsi+2} (nil)
    (nil))
../../gcc/toplev.c:1367: Internal compiler error in function fatal_insn
make[2]: *** [function.o] Error 1
make[2]: Leaving directory `/mnt/hda1/files/g/gcc-2.95.1/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/mnt/hda1/files/g/gcc-2.95.1/gcc'
make: *** [bootstrap] Error 2

-- 
Nathan Feger			e-mail:nathan@pentrel.com
Pentrel Internet		whois NF1024
http://www.pentrel.com		phone: 877.pentrel

           "Ask and ye shall be automated."

^ permalink raw reply	[flat|nested] 23+ messages in thread
* Problem
@ 1999-09-01 16:22 Mcfall, Troy D
  1999-09-01 22:04 ` Problem Jeffrey A Law
  1999-09-30 18:02 ` Problem Mcfall, Troy D
  0 siblings, 2 replies; 23+ messages in thread
From: Mcfall, Troy D @ 1999-09-01 16:22 UTC (permalink / raw)
  To: 'gcc@gcc.gnu.org'

The file gcc-core-2_95_1_tar.gz on the stanford download seems to get an
error when unzipping. I tried one of the other sites and it worked fine....

Troy McFall
916-861-3280

^ permalink raw reply	[flat|nested] 23+ messages in thread
* Re: problem
@ 1997-10-31 12:08 Mike Stump
  0 siblings, 0 replies; 23+ messages in thread
From: Mike Stump @ 1997-10-31 12:08 UTC (permalink / raw)
  To: egcs

Ah, this is the old `cvs doesn't turn back the time on files that you
checkout' problem.  Somedays you cannot win.  :-( Thanks.

> To: mrs@wrs.com (Mike Stump)
> cc: egcs@cygnus.com
> Date: Fri, 31 Oct 1997 11:20:20 -0800
> From: Jim Wilson <wilson@cygnus.com>

> The snapshots intentionally include intdoc.texi so as to avoid this problem.

^ permalink raw reply	[flat|nested] 23+ messages in thread
* problem
@ 1997-10-30 19:04 Mike Stump
  1997-10-30 19:16 ` problem Joe Buck
  1997-10-31 11:20 ` problem Jim Wilson
  0 siblings, 2 replies; 23+ messages in thread
From: Mike Stump @ 1997-10-30 19:04 UTC (permalink / raw)
  To: egcs

I was building egcs 971023 on HP 10.20, and found out that:

$(srcdir)/f/intdoc.texi: f/intdoc.c f/intdoc.in f/ansify.c f/intrin.def f/intrin.h
	$(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) \
	      `echo $(srcdir)/f/ansify.c | sed 's,^\./,,'` -o f/ansify

requires that CC be an ANSI compiler, this didn't happen to be the
case with my /bin/cc.

Others will be likely to hit this.(?)  If we are building a native
compiler, we should be able to use the compiler GCC_FOR_TARGET,
otherwise, short of recrafting the Fotran documentation, or
bootstrapping gcc for the native machine, I'm not sure how we fix it.
Ah, one other possibility comes to mind, if the docs are kinda static,
we can preprocess them and include the preprocessed version in the tar
file, so that you only wind up needing an ANSI compiler, if you modify
the docs.

I got around this by install -king the compiler, and reinstalling with
CC=gcc.  That worked fine.

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2005-02-15  2:53 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-10-10  9:47 problem Florin Iucha
1999-10-31 23:35 ` problem Florin Iucha
  -- strict thread matches above, loose matches on Subject: below --
2005-02-14 22:19 problem Virender Kashyap
2005-02-15 21:27 ` problem James E Wilson
2001-12-19  9:48 problem GTFSTBK
2001-12-19  3:14 problem dewar
     [not found] <616BE6A276E3714788D2AC35C40CD18D29DBF7@whale.softwire.co.uk>
2001-12-19  1:42 ` problem Rupert Wood
     [not found] <616BE6A276E3714788D2AC35C40CD18D29DBCF@whale.softwire.co.uk>
2001-12-18 23:54 ` problem Rupert Wood
2001-12-19  0:04   ` problem Russ Allbery
2001-12-19  8:47   ` problem Tim Prince
2001-12-18 23:40 problem GTFSTBK
2001-10-19  8:14 problem Nurse, Brian
2001-10-19  8:37 ` problem Phil Edwards
1999-10-09 13:49 problem Nathan A. Feger
1999-10-31 23:35 ` problem Nathan A. Feger
1999-09-01 16:22 Problem Mcfall, Troy D
1999-09-01 22:04 ` Problem Jeffrey A Law
1999-09-30 18:02   ` Problem Jeffrey A Law
1999-09-30 18:02 ` Problem Mcfall, Troy D
1997-10-31 12:08 problem Mike Stump
1997-10-30 19:04 problem Mike Stump
1997-10-30 19:16 ` problem Joe Buck
1997-10-31 11:20 ` problem Jim Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).