[édition des liens] ld: Missing library symbol table in
Salut :D
Je compile une application sous HP-UX B.11.11, jusqu'à présent tout se terminait sans problème. J'ai tenté aujourd'hui de recompiler mais l'édition des liens renvoie une erreur alors que je n'ai -me semble t'il- rien changé. Les admin ont peut-être changé qqc au système? J'ai vérifié j'ai bien de l'espace disque (ça aurait pu être le problème d'après ce que j'ai lu)
Code:
1 2 3 4 5 6 7
| ld: Missing library symbol table in /home/quickview/dev/sftvqvui_7.4.1/quickview/HP-UXB.11.11/lib/stream_libc.trace
Fatal error.
make[2]: *** [/home/quickview/dev/sftvqvui_7.4.1/quickview/HP-UXB.11.11/bin/qvtrace] Error 1
make[2]: Leaving directory `/home/quickview/dev/sftvqvui_7.4.1/quickview/src'
make[1]: *** [qvtrace] Error 2
make[1]: Leaving directory `/home/quickview/dev/sftvqvui_7.4.1/quickview/src'
make: *** [qvtrace] Error 2 |
Code:
1 2
| $ ls -l /home/quickview/dev/sftvqvui_7.4.1/quickview/HP-UXB.11.11/lib/stream_libc.optim
-rw-r--r-- 1 st20095 aer 311680 Aug 23 16:06 /home/quickview/dev/sftvqvui_7.4.1/quickview/HP-UXB.11.11/lib/stream_libc.optim |
Code:
1 2 3 4 5
| $nm /home/quickview/dev/sftvqvui_7.4.1/quickview/HP-UXB.11.11/lib/stream_libc.optim
nm: chercher.o: File format not recognized
nm: interpolestr.o: File format not recognized
nm: localise.o: File format not recognized
nm: vitesse.o: File format not recognized |
Code:
1 2 3 4 5
| $ ar tv /home/quickview/dev/sftvqvui_7.4.1/quickview/HP-UXB.11.11/lib/stream_libc.trace
rw-r--r-- 22547/122 326144 Aug 24 11:05 2006 chercher.o
rw-r--r-- 22547/122 224296 Aug 24 11:05 2006 interpolestr.o
rw-r--r-- 22547/122 177432 Aug 24 11:05 2006 localise.o
rw-r--r-- 22547/122 139488 Aug 24 11:05 2006 vitesse.o |
Code:
1 2 3 4 5 6 7 8 9 10 11 12
| MESSAGE !: MISSING LIBRARY SYMBOL TABLE
CAUSE The named relocatable library file has no symbol
table. This usually indicates that the relocatable
library file has been corrupted, or that a
non-library file has been created with an NMRL
filecode.
ACTION Verify that you have specified a relocatable
library file, that it is the correct one and that
its name is spelled correctly. It the file and
filecode are correct, replace or rebuild the file. |
Une idée? :(