[fpc-pascal] Linking statically C code with stdcall functions

2010-03-04 Thread cobines
Hello, I'm trying to link my program statically with bzip2 library under Win32. The exported functions are declared as stdcall. I can link dynamically by declaring functions like this: function BZ2_bzCompressInit(...): Integer; stdcall; external 'bz2'; It seems that whenever I explicitly give th

[fpc-pascal] Re: gdb, dwarf, and ansistring

2010-03-04 Thread Seth Grover
Thanks, I have done as you suggested and attached a compiled version of the program, the output of readelf -gw, and the assembly generated by "fpc -a -al -an" as well. Hopefully this will allow the GDB developers to more easily figure out the problem. -SG -- This email is fiction. Any resemblanc

Re: [fpc-pascal] installing on RHEL5 (libtinfo)

2010-03-04 Thread Zaher Dirkey
On Fri, Mar 5, 2010 at 12:45 AM, Juha Manninen wrote: > Hello. > > > I forced to install by > > rpm -i --force --nodeps *.rpm > > > but the IDE not worked. > > Right. The text mode IDE is the only thing that doesn't work. > Please use Lazarus instead as your IDE. :-) > > I remember asking the same

Re: [fpc-pascal] installing on RHEL5 (libtinfo)

2010-03-04 Thread Zaher Dirkey
On Fri, Mar 5, 2010 at 12:45 AM, Juha Manninen wrote: > > P.S. > I use OpenSUSE 11.2, too. Could you please, if you are not extremely busy, > check if you can reproduce the problem in issue: > 0015885: QT Combobox flickers when updating items list > URL: http://bugs.freepascal.org/view.php?id=1588

Re: [fpc-pascal] installing on RHEL5 (libtinfo)

2010-03-04 Thread Juha Manninen
Hello. > I forced to install by > rpm -i --force --nodeps *.rpm > but the IDE not worked. Right. The text mode IDE is the only thing that doesn't work. Please use Lazarus instead as your IDE. :-) I remember asking the same question earlier about libtinfo dependency. The answer was something li

Re: [fpc-pascal] installing on RHEL5 (libtinfo)

2010-03-04 Thread Zaher Dirkey
On Thu, Mar 4, 2010 at 10:43 PM, Zaher Dirkey wrote: > On Thu, Mar 4, 2010 at 3:52 PM, Jonas Maebe wrote: > >> --ignoredeps > > > I have same problem on OpenSUSE 11.2, how i can install FPC 2.4.0 on it. > > -- > Zaher Dirkey > I forced to install by rpm -i --force --nodeps *.rpm but the IDE not

Re: [fpc-pascal] installing on RHEL5 (libtinfo)

2010-03-04 Thread Zaher Dirkey
On Thu, Mar 4, 2010 at 3:52 PM, Jonas Maebe wrote: > --ignoredeps I have same problem on OpenSUSE 11.2, how i can install FPC 2.4.0 on it. -- Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman

Re: [fpc-pascal] Re: gdb, dwarf, and ansistring

2010-03-04 Thread Jonas Maebe
On 04 Mar 2010, at 15:45, Seth Grover wrote: I believe this is a bug that was introduced with GDB 7.0 ... I don't know whether anyone already reported this bug to the GDB developers. http://sourceware.org/bugzilla/show_bug.cgi?id=11349 I just reported it as a bug to GDB. To ensure that

[fpc-pascal] Re: gdb, dwarf, and ansistring

2010-03-04 Thread Seth Grover
> I believe this is a bug that was introduced with GDB 7.0 ... > I don't know whether anyone already reported this bug to the GDB developers. http://sourceware.org/bugzilla/show_bug.cgi?id=11349 I just reported it as a bug to GDB. -SG -- This email is fiction. Any resemblance to actual events

Re: [fpc-pascal] installing on RHEL5 (libtinfo)

2010-03-04 Thread Jonas Maebe
On 04 Mar 2010, at 14:44, Bruce Bauman wrote: 1) Can I install the FPC RPM with an option to ignore the missing dependency (--ignoredeps?)? Probably, yes. The only thing that depends on that library is the text mode IDE. The compiler and all other utilities do not use it. Jonas _

[fpc-pascal] installing on RHEL5 (libtinfo)

2010-03-04 Thread Bruce Bauman
I'm running CentOS 5.3 (x86_64), and want to install FPC 2.4 on my machine, preferably from an RPM, but I can't because of a failed dependency on libtinfo. I've found many references to this problem in the mailing lists, but am unsure of what the easiest solution is. 1) Can I install the FPC RPM w