iostream doesn't work (clang++)

ggl329 ggl329@gmail.com
Thu Jul 13 16:11:12 GMT 2023


Hi Mark,

On 2023/07/13 14:52, Mark Geisert via Cygwin wrote:
> Just a quick note to say the root cause has been fixed; the next version of the Cygwin DLL (3.4.8) will include the fix.  If you need the fix urgently you can find a replacement for your /usr/include/sys/cpuset.h at
> https://github.com/cygwin/cygwin/blob/main/winsup/cygwin/include/sys/cpuset.h

Thanks for taking time.
It works again in my environment.


The followings is just for information.
(It may not be necessary to address the issues.)

1.
clang++ complains that "-liconv" doesn't exist when compiling the "hello world".
By installing libiconv-devel, I successfully made it.
(g++ doesn't require "-liconv".)

2.
llvm depends on python-pygments and python-yaml, which pull python27 in.
But python27 has already been withdrawn. Newcomers may get confused.

-- 
   ggl329



More information about the Cygwin mailing list