Tiny Core Base > Alpha Releases

Tiny Core 15.0 Alpha 1 Testing

<< < (10/12) > >>

Juanito:
..and urxvt-9.31 builds against libptytty and runs without errors

andyj:
The question is what is different between TC 14 and TC 15 that libptytty compiles fine out of the box on TC 14 and not on TC 15? What is different about libstdc++?

andyj:
It seems to be enough to do this before building libptytty:


--- Code: ---export LDFLAGS="-lstdc++"
--- End code ---

Which solves my immediate problem of getting the scripts to work in TC 15, but doesn't answer why it's now needed.

Juanito:
I guess you could see if the gcc-13.2.0 release notes throw up any libstdc++ changes since 12.2.0...

curaga:
Compiling c++ code with gcc is not intended to work, and so having a gcc version break it would not be a bug. That program should use g++ to build since it's c++ code.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version