$ gcc string.c -o string -static
ottengo il seguente messaggio
/tmp/cc0JMoqB.o: In function `main':
/tmp/cc0JMoqB.o(.text+0x8c): undefined reference to `lstring'
collect2: ld returned 1 exit status
???
$ gcc string.c -o string -static
ottengo il seguente messaggio
/tmp/cc0JMoqB.o: In function `main':
/tmp/cc0JMoqB.o(.text+0x8c): undefined reference to `lstring'
collect2: ld returned 1 exit status
???