在 2018/10/30 上午4:38, Konstantin Gorskov 写道:
> Hey! libstdc++fs produces only .a and .la file, which makes impossible
> for me to build windows dll later when linking it, I need dll.a also,
> which libstdc++ produces just fine. I tried applying this quick path,
> changing   --tag disable-shared   into --tag enable-shared for:
> 
> mingw-w64-gcc/src/gcc-8.2.0/libstdc++-v3/src/filesystem/Makefile.am  
> 
> but outcome was the same. Are there any additional changes I should make?
> 

https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dynamic_or_shared.html:

```
...  it is implemented in a separate library, libstdc++fs.a, and there
is no shared library for it.  ...
```

-- 
Best regards,
LH_Mouse

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Msys2-users mailing list
Msys2-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to