> [ Forgot to mention here that this requires recent
> Harbour version, 2.0.0 release won't work. Maybe 
> worth to note that  ]
> 
> I have not found that in the INSTALL doc...
> G:\ver10\harbour-dev>grep -in unicows INSTALL
> 630:                                 UNICOWS solution to support Win9x/ME 
> system
> s.
> 1411:      Windows UNICOWS .dll [win, free, closed-source]
> 1414:      Windows UNICOWS runtime/import library [win, free, open-source]
> 1415:         http://libunicows.sourceforge.net/
> 
> Not even the hint that -lunicows is in there.  I am not sure where you got 
> that quote from, perhaps you are quoting something you said in the past.  In 
> either case, I have found that produces an hour when I compile harbour devs 
> with win-make myself (which is my only choice, as 2.0.0 is the last stable 
> bundled released, afaik).

The components are listed there, not the 
step by step guide. I've simply e-mailed 
the latter 4 times already to the list.

The method consists of downloading a lib 
(unicows) and adding it to the liblist.

> hbmk2: Linking... ../latest/bmd.exe
> c:/mingw/bin/../lib/gcc/mingw32/4.4.1/../../../../mingw32/bin/ld.exe: cannot 
> find -lunicows
> collect2: ld returned 1 exit status
> hbmk2: Error: Running linker. 1
> 
> my cmd:  ..\harbour-dev\bin\hbmk2 -lunicows -icon=BKMNGR.ICO -strip -ustd.ch 
> -kc -lhbct -lhbtpathy -lhbnf -inc -o..\latest\bmd.exe bm.hbp
> 
> *sad face*

You are missing the component 'unicows' library.

Download it from above link, unpack and copy to one 
of the existing lib dirs, or point to it using -L 
(libpath option).

Viktor

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to