home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.help
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!crux3.cit.cornell.edu!sl14
- From: sl14@crux3.cit.cornell.edu (Stephen Lee)
- Subject: cannot use glibc-1.05
- Message-ID: <1992Nov20.073716.330@piccolo.cit.cornell.edu>
- Sender: gnulists@ai.mit.edu
- Organization: Fantasy Zone Ithaca, Inc.
- Distribution: gnu
- Date: Fri, 20 Nov 1992 07:37:16 GMT
- Lines: 35
-
- I got glib-1.05 and compiled it successfully (after quite a lot of trials)
- and installed it. However, gcc (2.2.2) now gives the message:
-
- 125 crux3 [~/src/fft] % make testfft
- gcc -g -Wall -c testfft.c
- gcc -g -Wall -c fft.c
- fft.c: In function `fft':
- fft.c:133: warning: unused variable `s'
- gcc -o testfft testfft.o fft.o mycomplx.o -lm
- ld:
- /usr/u/sl14/lib/libc.a(start.o): __start: multiply defined
- collect: /usr/bin/ld returned 1 exit status
- make: *** [testfft] Error 1
-
- Should I try using gnu ld or have I missed something?
-
- FYI, I compiled glibc using
-
- configure mips-dec-ultrix4.2a --prefix=/usr/u/sl14
- and my configparms only have two lines:
-
- prefix=/usr/u/sl14
- INSTALL=install -c
-
- Rgds
- Stephen
-
-
-
-
-
- --
- Stephen Lee
- Internet: sl14@crux2.cit.cornell.edu
-
-