home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / gcc / bug / 3115 < prev    next >
Encoding:
Text File  |  1993-01-06  |  3.0 KB  |  60 lines

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!metz.une.edu.au!mgarrett
  3. From: mgarrett@metz.une.edu.au (Mark Garrett)
  4. Subject: Ultrix 4.2 gcc2.3.[23]
  5. Message-ID: <2770@grivel.une.edu.au>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Tue, 5 Jan 1993 16:37:56 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 45
  12.  
  13.     While compiling elm2.4pl17 with gcc2.3.2 or gcc2.3.3 on ultrix
  14. 4.2 I get the following errors (note this does not happend with ultrix4.3)
  15.  
  16.     Can anyone help me with this rather cryptic message?
  17.  
  18.     Thanks in advance,
  19.  
  20.         Mark :)
  21. gcc -fpcc-struct-return  -O2 -I../hdrs    -c showmsg.c
  22. gcc -fpcc-struct-return  -O2 -I../hdrs    -c showmsg_c.c
  23. gcc -fpcc-struct-return  -O2 -I../hdrs    -c signals.c
  24. gcc -fpcc-struct-return  -O2 -I../hdrs    -c softkeys.c
  25. gcc -fpcc-struct-return  -O2 -I../hdrs    -c sort.c
  26. gcc -fpcc-struct-return  -O2 -I../hdrs    -c string2.c
  27. gcc -fpcc-struct-return  -O2 -I../hdrs    -c strings.c
  28. gcc -fpcc-struct-return  -O2 -I../hdrs    -c syscall.c
  29. gcc -fpcc-struct-return  -O2 -I../hdrs    -c utils.c
  30. gcc -fpcc-struct-return  -O2 -I../hdrs    -c wildcards.c
  31. wildcards.c: In function `has_wildcards':
  32. wildcards.c:103: warning: assignment makes pointer from integer without a cast
  33. gcc -fpcc-struct-return  -O2 -I../hdrs    -c wordwrap.c
  34. 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   
  35.  
  36.  
  37.   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
  38.  
  39.  
  40. util.a -ltermlib  
  41. ld:
  42. ../lib/libutil.a(getarpdate.o): gp relocation out-of-range in .text section for relocation entry 2 for symbol: timezone
  43. ../lib/libutil.a(getarpdate.o): above gp relocation entry for non .sdata or .sbss symbol
  44. gp relocation out-of-range for small data or bss by,
  45.               0 in the positive direction,
  46.       264080944 in the negative direction.
  47. Best -G num value to compile all -count'ed objects creating ../bin/elm with is 1012
  48. Best -G num value calculation reliable only if all
  49. -count'ed objects were compiled with -G num greater or
  50. equal to maximum size of a literal pool item (8).
  51. collect: /usr/bin/ld returned 1 exit status
  52. *** Error code 1
  53.  
  54. Stop.
  55. *** Error code 1
  56.  
  57. Stop.
  58.  
  59.  
  60.