Hello Marcel,

thanks for your reply, I'm using original version from mingw.org, but since 
your post I've decided to try MinGW-w64. I tried both POSIX and win32 
versions, with both I'm getting the same output after: (after mingw32-make):

process_begin: CreateProcess(NULL, uname, ...) failed.
mingw32-make: GNUmakefile:16: pipe: No error
'uname' is not recognized as an internal or external command,
operable program or batch file.
'uname' is not recognized as an internal or external command,
operable program or batch file.
'uname' is not recognized as an internal or external command,
operable program or batch file.
'uname' is not recognized as an internal or external command,
operable program or batch file.
'uname' is not recognized as an internal or external command,
operable program or batch file.
'uname' is not recognized as an internal or external command,
operable program or batch file.
'egrep' is not recognized as an internal or external command,
operable program or batch file.
'egrep' is not recognized as an internal or external command,
operable program or batch file.
'egrep' is not recognized as an internal or external command,
operable program or batch file.
'egrep' is not recognized as an internal or external command,
operable program or batch file.
'egrep' is not recognized as an internal or external command,
operable program or batch file.
'egrep' is not recognized as an internal or external command,
operable program or batch file.
'egrep' is not recognized as an internal or external command,
operable program or batch file.
'egrep' is not recognized as an internal or external command,
operable program or batch file.
'egrep' is not recognized as an internal or external command,
operable program or batch file.
'egrep' is not recognized as an internal or external command,
operable program or batch file.
'egrep' is not recognized as an internal or external command,
operable program or batch file.
'egrep' is not recognized as an internal or external command,
operable program or batch file.
'egrep' is not recognized as an internal or external command,
operable program or batch file.
'egrep' is not recognized as an internal or external command,
operable program or batch file.
'egrep' is not recognized as an internal or external command,
operable program or batch file.
'egrep' is not recognized as an internal or external command,
operable program or batch file.
'egrep' is not recognized as an internal or external command,
operable program or batch file.
'egrep' is not recognized as an internal or external command,
operable program or batch file.
'egrep' is not recognized as an internal or external command,
operable program or batch file.
'egrep' is not recognized as an internal or external command,
operable program or batch file.
'egrep' is not recognized as an internal or external command,
operable program or batch file.
'egrep' is not recognized as an internal or external command,
operable program or batch file.
'egrep' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
'egrep' is not recognized as an internal or external command,
operable program or batch file.
'egrep' is not recognized as an internal or external command,
operable program or batch file.
'cut' is not recognized as an internal or external command,
operable program or batch file.
'cut' is not recognized as an internal or external command,
operable program or batch file.
'cut' is not recognized as an internal or external command,
operable program or batch file.
'egrep' is not recognized as an internal or external command,
operable program or batch file.
process_begin: CreateProcess(NULL, cat Filelist.txt, ...) failed.
mingw32-make: GNUmakefile:672: pipe: No such file or directory
g++ -DNDEBUG -g2 -O2 -march=native -wd68 -wd186 -wd279 -wd327 -wd161 
-wd3180 -mbnu210 -native -KPIC -template=no%extdef 
-DCRYPTOPP_INCLUDE_VECTOR_CC -c cryptlib.cpp
g++: error: unrecognized command line option '-wd68'
g++: error: unrecognized command line option '-wd186'
g++: error: unrecognized command line option '-wd279'
g++: error: unrecognized command line option '-wd327'
g++: error: unrecognized command line option '-wd161'
g++: error: unrecognized command line option '-wd3180'
g++: error: unrecognized command line option '-mbnu210'
g++: error: unrecognized command line option '-native'; did you mean 
'--time'?
g++: error: unrecognized command line option '-KPIC'; did you mean '-fPIC'?
g++: error: unrecognized command line option '-template=no%extdef'; did you 
mean '-ftemplate-depth-'?
mingw32-make: *** [GNUmakefile:784: cryptlib.o] Error 1


Daniel



On Thursday, 27 July 2017 21:48:08 UTC+2, Marcel Raad wrote:
>
> Hi Daniel,
>
> which flavor and version of MinGW are you using? The original version from 
> mingw.org or MinGW-w64?
>
> If you're using MinGW-w64, you should choose POSIX rather than Windows 
> threads to get std::mutex. If you're using the original MinGW, you probably 
> need a third-party threading library. Or try compiling with -std=gnu++98.
>
> Marcel
>
> Am 27.07.2017 9:01 nachm. schrieb "Daniel Karcz" <daniel...@gmail.com 
> <javascript:>>:
>
> Hi,
>
> Can somebody provide GCC's make commands for building static and dynamic 
> libraries under Windows using MinGw.
>
> I've tried with commands what I found for example on this discussions 
> group, but I always getting couple of errors connected with 'mutex'.
>
> Thanks in advance,
> Daniel 
>
> -- 
> -- 
> You received this message because you are subscribed to the "Crypto++ 
> Users" Google Group.
> To unsubscribe, send an email to cryptopp-user...@googlegroups.com 
> <javascript:>.
> More information about Crypto++ and this group is available at 
> http://www.cryptopp.com.
> --- 
> You received this message because you are subscribed to the Google Groups 
> "Crypto++ Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to cryptopp-user...@googlegroups.com <javascript:>.
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to cryptopp-users-unsubscr...@googlegroups.com.
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cryptopp-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to