marqu...@studi.informatik.uni-stuttgart.de, le Tue 27 Jul 2010 16:36:41 +0200, 
a écrit :
> I have added the library file "libbrlapi.a" to AdditionalDependencies.

See README.first.txt:

- C bindings are provided in include/ and lib/ (a .def file is provided for
  linking, run
  lib /def:brlapi.def /name:brlapi-0.5.dll /out:brlapi.lib
  to produce a brlapi.lib file suitable to your compiler)

> 1>libbrlapi.a(brlapi_client.o) : error LNK2019: unresolved external symbol
> __alloca referenced in function _tryHost

This is actually expected: libbrlapi.a is only for static linking, for
which you'd need to also link the MinGW helper library. Just link
against the .lib file and it should be fine.

Samuel
_______________________________________________
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@mielke.cc
For general information, go to: http://mielke.cc/mailman/listinfo/brltty

Reply via email to