HB:C:\fwh_06\1>go
HB:C:\fwh_06\1>PATH=C:\hb30\comp\mingw\bin;C:\hb30\comp\mingw\bin;C:\hb30\comp\mingw\bin;C:\hb30\comp\mingw\bin;C:\MinGW\bin;C:\
MinGW\bin;C:\MinGW\bin;C:\hb30\comp\mingw\bin
HB:C:\fwh_06\1>if not exist obj md obj
HB:C:\fwh_06\1>win-make -ftest.mak
if not exist obj mkdir obj
c:\HB30\bin\harbour.exe one.prg -oobj/one.c -n -Ic:\HB30\include -Ic:\fwh_06\include
Harbour 3.0.0 (Rev. 16951)
Copyright (c) 1999-2011,
http://harbour-project.org/Compiling 'one.prg'...
Lines 3874, Functions/Procedures 1
Generating C source output to 'obj/one.c'... Done.
if not exist obj mkdir obj
c:\HB30\bin\harbour.exe two.prg -oobj/two.c -n -Ic:\HB30\include -Ic:\fwh_06\include
Harbour 3.0.0 (Rev. 16951)
Copyright (c) 1999-2011,
http://harbour-project.org/Compiling 'two.prg'...
Lines 3, Functions/Procedures 1
Generating C source output to 'obj/two.c'... Done.
gcc -c -oobj/one.o -Ic:\HB30\include obj/one.c
gcc -c -oobj/two.o -Ic:\HB30\include obj/two.c
gcc -c -oobj/three.o -Ic:\HB30\include three.c
if not exist one.rc C:\hb30\comp\mingw\bin\gcc -otest.exe ./obj/one.o ./obj/two.o ./obj/three.o \
-Wall -s -mwindows -LC:\hb30\comp\mingw\lib -Lc:\HB30\lib\win\mingw -Lc:\fwh_06\lib -mno-cygwin -Wl,--start-group -lfivehg -lfiv
ehgc -lgtgui -ldll -lsocket -luser32 -lwinspool -lcomctl32 -lcomdlg32 -lgdi32 -lole32 -loleaut32 -luuid -lwinmm -lvfw32 -lwsock3
2 -lmsimg32 -llibhbbtree -lhbclipsm -lhbcommon -lhbcpage -lhbcplr -lhbct -lhbcurl -lhbfbird -lhbgd -lhbhpdf -lhbhsx -lhblang -lh
bmacro -lhbmainstd -lhbmisc -lhbmsql -lhbmysql -lmysqldll -lhbmzip -lhbnf -lhbodbc -lodbc32 -lhbpcre -lhbpgsql -lhbpp -lhbrdd -l
hbrtl -lhbsix -lhbsqlit3 -lhbtip -lhbusrrdd -lhbvm -lhbvpdf -lhbw32 -lhbzlib -lrddado -lrddads -lrddcdx -lrddfpt -lrddntx -lxhb
-Wl,--end-group
c:/hb30/comp/mingw/bin/../lib/gcc/mingw32/4.5.2-dw2/../../../../mingw32/bin/ld.exe: cannot find -ldll
c:/hb30/comp/mingw/bin/../lib/gcc/mingw32/4.5.2-dw2/../../../../mingw32/bin/ld.exe: cannot find -lsocket
c:/hb30/comp/mingw/bin/../lib/gcc/mingw32/4.5.2-dw2/../../../../mingw32/bin/ld.exe: cannot find -llibhbbtree
c:/hb30/comp/mingw/bin/../lib/gcc/mingw32/4.5.2-dw2/../../../../mingw32/bin/ld.exe: cannot find -lhbmsql
c:/hb30/comp/mingw/bin/../lib/gcc/mingw32/4.5.2-dw2/../../../../mingw32/bin/ld.exe: cannot find -lmysqldll
c:/hb30/comp/mingw/bin/../lib/gcc/mingw32/4.5.2-dw2/../../../../mingw32/bin/ld.exe: cannot find -lhbvpdf
c:/hb30/comp/mingw/bin/../lib/gcc/mingw32/4.5.2-dw2/../../../../mingw32/bin/ld.exe: cannot find -lhbw32
c:/hb30/comp/mingw/bin/../lib/gcc/mingw32/4.5.2-dw2/../../../../mingw32/bin/ld.exe: cannot find -lrddado
collect2: ld returned 1 exit status
win-make: *** [test.exe] Error 1
HB:C:\fwh_06\1>