Bmax and Knoppix

Archives Forums/Linux Discussion/Bmax and Knoppix

Vertex(Posted 2005) [#1]
Hi!
How I can running BMax with Knoppix 3.4? I can't start IDE 1.03 and 1.03B(don't start - without errors). Core 1.03 can't start, becouse I need a stdc++ 6 file, but I don't find any RPMs for Knoppix. If I use Core 1.01 then I need a G1 or GI file to link it.

With Red Hat 9 text based the same.

cu olli


Kernle 32DLL_2(Posted 2005) [#2]
you have to install libstdc++6-3.4.1-4mdk.i586.rpm so it will run without problems.
This packet is for mndrake but it works without problems

FrEeMaN :)


Vertex(Posted 2005) [#3]
Hmm thx, but it doesn't work oO
Here the content of the console:
knoppix@ttyp0[knoppix]$ su
root@ttyp0[knoppix]# ls
BlitzMaxIDE103b.gz Desktop tmp
root@ttyp0[knoppix]# cd Desktop
root@ttyp0[Desktop]# cd BlitzMax
root@ttyp0[BlitzMax]# ls
bin BlitzMaxIDE103b doc libstdc++6-3.4.1-4mdk.i586.rpm tmp
BlitzMax cfg lib mod versions.txt
root@ttyp0[BlitzMax]# rpm -i libstdc++6-3.4.1-4mdk.i586.rpm
rpm: To install rpm packages on Debian systems, use alien. See README.Debian.
Fehler: cannot open Packages index using db3 - Datei oder Verzeichnis nicht gefunden (2)
Fehler: cannot open Packages database in /var/lib/rpm
root@ttyp0[BlitzMax]#

"Fehler" = "error"
"Datei oder Verzeichnis nicht gefunden" = "File or directory can not be found"

The new IDE 1.03B is not highlighted green in the console when I typing ls. So I must start the IDE 1.03(but this needs stdc++ 6)

cu olli


Vertex(Posted 2005) [#4]
OK it does work with Core 1.04, don't need stdc++ 6 stuff.

I have downloadet Gamer Knoppix with OpenGL support(other Knoppix haven't OpenGL support, and must be recompile the kernel to bind the driver in).

Now I can compile for example pub.opengl BUUUUTTTTTTT not stdc.c. The C Compiler now needs any socket stuff like socket.h :(

Edit:
It needs /usr/include/bits/linux/limits.h and /usr/include/bits/asm/socket.h

in /usr/include/bits there is a ?linkage? named ~linux and ~asm.

cu olli

cu olli