From: Gustaf N. <ne...@wu...> - 2014-10-07 11:11:15
|
Stephen, the Docker image is cool stuff! Many thanks! This eases mingw builds significantly. It compiles now fine the first bunch of files in nsthread fine, but stops then with x86_64-w64-mingw32-gcc -shared -L../nsthread -L../nsd -L../nsdb -o libnsthread.dll error.o master.o memory.o mutex.o cslock.o rwlock.o reentrant.o sema.o thread.o tls.o time.o pthread.o fork.o signal.o winthread.o -L/usr/local/tcl8.6.2-mingw/lib -ltcl86 -lnetapi32 -lkernel32 -luser32 -ladvapi32 -lws2_32 -L/usr/local/tcl8.6.2-mingw/lib /usr/lib64/gcc/x86_64-w64-mingw32/4.8.3/../../../../x86_64-w64-mingw32/bin/ld: cannot find -ltcl86 collect2: error: ld returned 1 exit status make[1]: *** [libnsthread.dll] Error 1 Looks like the installation of tcl is missing... -g On 07.10.14 00:33, Stephen wrote: > Here are some build errors while cross-compiling with > mingw using this docker image: > > https://bitbucket.org/groks/build-naviserver-mingw/src/tip/naviserver/ > > |