davep writes:
> I've been attempting to port a Windoze project to winelib using the new
> 'winemaker' facility, updated from CVS on Sunday. In the course of an
> afternoon I got a 50,000-line application to compile clean
> (discovering several  latent  bugs in the process!), however the final
> link operation fails thus: 
> 

That sounds very interesting!

> 
> gcc -shared -Wl,-rpath,/usr/local/lib -Wl,-Bsymbolic -o zmdi.so
>about.o action.o  analyser.o chart.o child.o child_net.o colour.o
>cursor.o design.o dispatch.o ge nerate.o intercep.o messages.o misc.o
>noise.o paint.o param.o print.o redraw.o registry.o statbar.o
>toolbar.o tools.o txline.o update.o utility.o winmain.o zmdi.o
>zmdi.spec.o      -lwine -lwine_unicode -lm  -lutil -ldl 


> undefined reference to ...
>`itoa',`_makepath',`CreateStatusWindowA',`CreateToolbarEx',`strupr',
>`InitCommonControls'

...
> It seems unlikely that such an odd selection of functions should be missing
> from Winelib, in fact 'itoa' is called from another module in the application
> which doesn't generate an error.  Could I be doing something wrong?
> 

Perhaps some of these functions are defines where you miss the include
in on case or the other. The location of these defines may be
nonstandard in Wine (should be fixed).

CreateStatusWindowA,CreateToolbarEx are in COMCTL32? Did you include
it in the specs? Or did winemaker fail to do so?

Bye

Uwe Bonnes                [EMAIL PROTECTED]

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------

Reply via email to