>
> > I have rerun the autoconf e replace the line LIBS , the error not solve .....
>> the problem is equal the error not change
> >
>
>Could you save the following to a file, compile it, and report back whether it
>works?
>
>#include <stdio.h>
>#include <stdlib.h>
>#include <string.h>
>
>int main(void)
>{
> char foo[] = "Hello World";
> char *bar = alloca(sizeof(char) * (strlen(foo) + 1));
> strcpy(bar, foo);
> printf("foo = %p,\t%s\nbar = %p,\t%s\n", foo, foo, bar, bar);
> return 0;
>}
>
>
gcc -ansi prova prova.c
prova.c: In function `main':
prova.c:8: warning: initialization makes pointer from integer without a cast
prova: In function `_init':
prova(.init+0x0): multiple definition of `_init'
all in gg @make[4]: Entering directory `/gnucash-1.4.1/src/experimental/gg'Acd
../../.. \dA
cd ../../.. \@yprova: In function `_start':prova(.text+0x0): multiple definition of
`_start'
/usr/lib/crt1.o(.text+0x0): first defined here
prova(.fini+0x0):/usr/src/bs/BUILD/glibc-2.1.3/csu/init.c: multiple definition of
`_fini'
/usr/lib/crti.o(.fini+0x0): first defined here
prova(.got+0x0):/usr/src/bs/BUILD/glibc-2.1.3/csu/init.c: multiple definition of
`_GLOBAL_OFFSET_TABLE_'
/usr/lib/crti.o(.got.plt+0x0): first defined here
prova(.rodata+0x4):/usr/src/bs/BUILD/glibc-2.1.3/csu/init.c: multiple definition of
`_IO_stdin_used'
/usr/lib/crt1.o(.rodata+0x4): first defined here
prova(.data+0x0):/usr/src/bs/BUILD/glibc-2.1.3/csu/init.c: multiple definition of
`__data_start'
/usr/lib/crt1.o(.data+0x0): first defined here
/tmp/cclHQgmQ.o: In function `main':
/tmp/cclHQgmQ.o(.text+0x0): multiple definition of `main'
prova(.text+0xb0):/usr/src/bs/BUILD/glibc-2.1.3/csu/init.c: first defined here
/usr/bin/ld: Warning: size of symbol `main' changed from 121 to 114 in /tmp/cclHQgmQ.o
/usr/lib/crti.o(.dynamic+0x0): multiple definition of `_DYNAMIC'
prova(.dynamic+0x0):/usr/src/bs/BUILD/glibc-2.1.3/csu/init.c: first defined here
/tmp/cclHQgmQ.o: In function `main':
/tmp/cclHQgmQ.o(.text+0x32): undefined reference to `alloca'
collect2: ld returned 1 exit status
this is a reponse
-----------------------------------------------------
Salve, il messaggio che hai ricevuto
� stato inviato per mezzo del sistema
di web mail interfree. Se anche tu vuoi
una casella di posta free visita il
sito http://club.interfree.it
Ti aspettiamo!
-----------------------------------------------------
--
Gnucash Developer's List
To unsubscribe send empty email to: [EMAIL PROTECTED]