Skip to Content.
Sympa Menu

baslinux - Re: [BL] FreeBasic on BasicLinux

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: baslinux AT lists.ibiblio.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] FreeBasic on BasicLinux
  • Date: Sat, 27 Dec 2008 10:57:43 +1300

Message from Steven
===================
>
> freebasic is a compiler
> I've already made a program in freebasic for windows,
> and I want to port it to linux version of freebasic

Where did you get the Linux version of freebasic?
Did it come as source code (that needs compiling).
Or is it a pre-compiled executable? If it is a
pre-compile executable, what are its dependencies?

> since GCC and other compilers, using "as" assembler,
> are available on baslinux,

The default library in BL3 is libc5. The GCC that
runs on BL3 is a libc5 version (from Slackware 4.0
which is also based on libc5). If you have a pre-
compiled executable of freebasic, it was probably
compiled on glibc2 (a larger, more-up-to-date library)
and has glibc2 dependencies. Executables with glibc2
dependencies will not run on BL3 (unless you upgrade
the libraries).

Cheers,
Steven




Archive powered by MHonArc 2.6.24.

Top of Page