home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!agate!usenet.ins.cwru.edu!po.CWRU.Edu!sdh
- From: sdh@po.CWRU.Edu (Scott D. Heavner)
- Newsgroups: comp.os.linux
- Subject: Why can't I compile anything? (GCC v2.2.2d JT4.1 -- xv and sc)
- Date: 11 Nov 1992 23:37:50 GMT
- Organization: Case Western Reserve University, Cleveland, OH (USA)
- Lines: 40
- Message-ID: <1ds5geINNfpp@usenet.INS.CWRU.Edu>
- Reply-To: sdh@po.CWRU.Edu (Scott D. Heavner)
- NNTP-Posting-Host: thor.ins.cwru.edu
-
-
- I have been having trouble compiling things with GCC
- lately.
-
- For example: when I try to compile xv-2.20, I get the following:
-
- gcc -m486 -traditional -O6 -DHAVE_JPEG -Ijpeg -DHAVE_TIFF
- -Itiff -DHAVE_PDS -o ansi2knr ansi2knr.c
- In file included from ansi2knr.c:190:
- /usr/include/string.h:21: warning: conflicting types for built-in
- function `memcpy'
- /usr/include/string.h:35: warning: conflicting types for built-in
- function `strlen'
-
- If I get rid of the -traditional it doesn't report these errors but it
- gets stuck later. When I am done, it produces a binary which will
- run, but won't work to view graphics, it shifts columns around.
-
- A E I M B H J M
- B F J N ==> C E K N
- C G K O D F L O
- D H L P A G I P
-
- The same think happens when I use the binaries for xv-2.21 from sunsite.
-
-
- Also,wWhen I try to link sc (from sunsite),
- I get the following message:
-
- sc.a: undefined symbol _setjmp referenced from text segment
-
- I am using gcc 2.2.2d with jumptable 4.1 which I obtained from tsx-11
- in early September. I did a quick grep of the files in my /usr/lib and
- found that it (_setjmp) is referenced in libc.a, so why doesn't this
- work?
-
-
- Scott
- ---
- I still can't open the 'fixed' font from XEGA
-