home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.bug
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!metz.une.edu.au!mgarrett
- From: mgarrett@metz.une.edu.au (Mark Garrett)
- Subject: Ultrix 4.2 gcc2.3.[23]
- Message-ID: <2770@grivel.une.edu.au>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Tue, 5 Jan 1993 16:37:56 GMT
- Approved: bug-gcc@prep.ai.mit.edu
- Lines: 45
-
- While compiling elm2.4pl17 with gcc2.3.2 or gcc2.3.3 on ultrix
- 4.2 I get the following errors (note this does not happend with ultrix4.3)
-
- Can anyone help me with this rather cryptic message?
-
- Thanks in advance,
-
- Mark :)
- gcc -fpcc-struct-return -O2 -I../hdrs -c showmsg.c
- gcc -fpcc-struct-return -O2 -I../hdrs -c showmsg_c.c
- gcc -fpcc-struct-return -O2 -I../hdrs -c signals.c
- gcc -fpcc-struct-return -O2 -I../hdrs -c softkeys.c
- gcc -fpcc-struct-return -O2 -I../hdrs -c sort.c
- gcc -fpcc-struct-return -O2 -I../hdrs -c string2.c
- gcc -fpcc-struct-return -O2 -I../hdrs -c strings.c
- gcc -fpcc-struct-return -O2 -I../hdrs -c syscall.c
- gcc -fpcc-struct-return -O2 -I../hdrs -c utils.c
- gcc -fpcc-struct-return -O2 -I../hdrs -c wildcards.c
- wildcards.c: In function `has_wildcards':
- wildcards.c:103: warning: assignment makes pointer from integer without a cast
- gcc -fpcc-struct-return -O2 -I../hdrs -c wordwrap.c
- gcc -o ../bin/elm addr_util.o alias.o aliaslib.o args.o a_edit.o a_screen.o a_sort.o a_quit.o bouncebk.o builtin.o calendar.o curses.o date.o delete.o edit.o editmsg.o elm.o encode.o exitprog.o expires.o file.o file_util.o fileio.o find_alias.o forms.o hdrconfg.o help.o in_utils.o init.o leavembox.o
-
-
- lock.o limit.o mailmsg1.o mailmsg2.o mime.o mkhdrs.o newmbox.o options.o out_utils.o pattern.o pmalloc.o quit.o read_rc.o remail.o reply.o returnadd.o save_opts.o savecopy.o screen.o showmsg.o showmsg_c.o signals.o softkeys.o sort.o string2.o strings.o syscall.o utils.o wildcards.o wordwrap.o ../lib/lib
-
-
- util.a -ltermlib
- ld:
- ../lib/libutil.a(getarpdate.o): gp relocation out-of-range in .text section for relocation entry 2 for symbol: timezone
- ../lib/libutil.a(getarpdate.o): above gp relocation entry for non .sdata or .sbss symbol
- gp relocation out-of-range for small data or bss by,
- 0 in the positive direction,
- 264080944 in the negative direction.
- Best -G num value to compile all -count'ed objects creating ../bin/elm with is 1012
- Best -G num value calculation reliable only if all
- -count'ed objects were compiled with -G num greater or
- equal to maximum size of a literal pool item (8).
- collect: /usr/bin/ld returned 1 exit status
- *** Error code 1
-
- Stop.
- *** Error code 1
-
- Stop.
-
-
-