On 04.02.2014 07:53, Daniel Stenberg wrote:
On Sat, 1 Feb 2014, Thomas Braun wrote:

Unfortunately the compilation fails because the object files from the
vtls folder are expected in lib/vtls but in fact they are in lib.

Attached is a patch which hopefully explains the problem.

Thanks!

But why are the object files not in vtls? The path to the source file
works so it should just generate the object files there too! Isn't it
the compiler line that should rather be improved? It feels like it could
be made better than a copy.

Like making "$(CC) $(INCLUDES) $(CFLAGS) -c $<" use -o $@ or something?

I'll take a look into it asap ...

Gün.



-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to