| 207 | | make all-am |
| 208 | | make[1]: Entering directory `/home/shunfa/test/P1_Thomas' |
| 209 | | source='spin_or_mutex.c' object='spin_or_mutex.o' libtool=no \ |
| 210 | | DEPDIR=.deps depmode=none /bin/bash ./depcomp \ |
| 211 | | gcc -DHAVE_CONFIG_H -I. -g -O2 -c spin_or_mutex.c |
| 212 | | gcc -g -O2 -o spin_or_mutex spin_or_mutex.o -lpthread |
| 213 | | spin_or_mutex.o: In function `_start': |
| 214 | | (.text+0x0): multiple definition of `_start' |
| 215 | | /usr/lib/gcc/i486-linux-gnu/4.4.5/../../../../lib/crt1.o:(.text+0x0): first defined here |
| 216 | | spin_or_mutex.o:(.rodata+0x0): multiple definition of `_fp_hw' |
| 217 | | /usr/lib/gcc/i486-linux-gnu/4.4.5/../../../../lib/crt1.o:(.rodata+0x0): first defined here |
| 218 | | spin_or_mutex.o: In function `_fini': |
| 219 | | (.fini+0x0): multiple definition of `_fini' |
| 220 | | /usr/lib/gcc/i486-linux-gnu/4.4.5/../../../../lib/crti.o:(.fini+0x0): first defined here |
| 221 | | spin_or_mutex.o:(.rodata+0x4): multiple definition of `_IO_stdin_used' |
| 222 | | /usr/lib/gcc/i486-linux-gnu/4.4.5/../../../../lib/crt1.o:(.rodata.cst4+0x0): first defined here |
| 223 | | spin_or_mutex.o: In function `__data_start': |
| 224 | | (.data+0x0): multiple definition of `__data_start' |
| 225 | | /usr/lib/gcc/i486-linux-gnu/4.4.5/../../../../lib/crt1.o:(.data+0x0): first defined here |
| 226 | | spin_or_mutex.o: In function `__data_start': |
| 227 | | (.data+0x4): multiple definition of `__dso_handle' |
| 228 | | /usr/lib/gcc/i486-linux-gnu/4.4.5/crtbegin.o:(.data+0x0): first defined here |
| 229 | | spin_or_mutex.o: In function `_init': |
| 230 | | (.init+0x0): multiple definition of `_init' |
| 231 | | /usr/lib/gcc/i486-linux-gnu/4.4.5/../../../../lib/crti.o:(.init+0x0): first defined here |
| 232 | | /usr/lib/gcc/i486-linux-gnu/4.4.5/crtend.o:(.dtors+0x0): multiple definition of `__DTOR_END__' |
| 233 | | spin_or_mutex.o:(.dtors+0x4): first defined here |
| 234 | | collect2: ld returned 1 exit status |
| 235 | | make[1]: *** [spin_or_mutex] Error 1 |
| 236 | | make[1]: Leaving directory `/home/shunfa/test/P1_Thomas' |
| 237 | | make: *** [all] Error 2 |
| 238 | | }}} |
| | 201 | }}} |