of linux may correct me.
EDIT: way too late again...

Well, it needs also SDL and GTKtraumatic wrote:AFAIK the only library PB needs is libc. Someone with an in-depth knowledge
of linux may correct me.
EDIT: way too late again...
You're right, and I hate that factLinux IS a collection of 3rd party libraries.
Well, that's not quite right.Polo wrote:Well, it needs also SDL and GTK
Well... We have to don't use Gadget or Game library, then... So Purebasic Linux would become uselessThere are several PB functions that rely on SDL and GTK but there's no
need to use them. You could well get away writing your programs without
them.
According to my description, external libs are libs which you need to install in order to use the application, the dll you quoted are part of Windows OSA typical PB executable needs user32.dll, kernel32.dll and crtdll.dll - all of
them being external libs according to your description.
GTK should be part of your X distribution, so what?Polo wrote:According to my description, external libs are libs which you need to install in order to use the application, the dll you quoted are part of Windows OS
No, because actually, in order to use Purebasic (for using window or gadgets) I had to install a gtk package (devel, I think, or something like that)traumatic wrote:GTK should be part of your X distribution, so what?Polo wrote:According to my description, external libs are libs which you need to install in order to use the application, the dll you quoted are part of Windows OS
Ok, I got your point now. The difference is, Windows is one single product
coming from one single company, which makes things easier in certain cases.