Viktor Szakáts a écrit :
Hi Guy,
    $ ./make_gcc.sh
    make_gcc.mak:331: attention : écrasement des commandes pour la
    cible « lib/gcc/libhbmainstd.a »
    make_gcc.mak:309: attention : anciennes commandes ignorées pour la
    cible « lib/gcc/libhbmainstd.a »


Sorry, my French is very rusty,
q'est-ce que c'est 'cible'? :)


Your french is better than my english ('cible' <=> 'target'),
Here the english version of the error :

$ export LANG=C
$ ./make_gcc.sh
make_gcc.mak:331: warning: overriding commands for target `lib/gcc/libhbmainstd.a' make_gcc.mak:309: warning: ignoring old commands for target `lib/gcc/libhbmainstd.a' gcc -O3 -march=i586 -W -Wall -Iinclude -Iobj/gcc -o bin/gcc/hbpp.exe obj/gcc/hbpp.o lib/gcc/libhbcommon.a -luser32 -lwinspool -lwsock32 -lgdi32 -lncurses -lX11 -L/usr/X11R6/lib lib/gcc/libhbcommon.a(hbprintf.o):hbprintf.c:(.text+0x13d2): undefined reference to `_modfl' lib/gcc/libhbcommon.a(hbprintf.o):hbprintf.c:(.text+0x1442): undefined reference to `_modfl' lib/gcc/libhbcommon.a(hbprintf.o):hbprintf.c:(.text+0x1590): undefined reference to `_modfl' lib/gcc/libhbcommon.a(hbprintf.o):hbprintf.c:(.text+0x166f): undefined reference to `_modfl'
collect2: ld returned 1 exit status
make: *** [bin/gcc/hbpp.exe] Error 1


I'd recommend trying with GNU make (win/gcc settings) to avoid the above.

I try with :
export HB_ARCHITECTURE=win
export HB_CC_NAME=gcc
./make_gcc.sh

and i get the same error ...

Thanks,

Guy
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to