Hi Paul/Rob,
if you can believe thisthe client installed the 3.4.x version of
the compiler and it supports files bigger than 2GBhow about that!
Many thanks for your patient support.
If any of your clients ever needs an ETL tool I'd be pleased for you to
sell mine and take a big commission
"Peter Nolan" <[EMAIL PROTECTED]> writes:
> the client says they have installed the following versions.
And did you rebuild your app with the new version?
> What is a
> command I can run on my machine to see if it supports fopen64
You could do this:
g++ hello.cpp
ldd a.out | grep libstdc++
Hi Paul,
the client says they have installed the following versions. What is a
command I can run on my machine to see if it supports fopen64? Reason
being that it failed again with the same error. Full makefile is below
if that helps..CDWU001 is the only thing I am testing.
Thanks
Peter
gcc-c++
"Peter Nolan" <[EMAIL PROTECTED]> writes:
> From waht you are saying Paul I will need to get the 'gnu/linux suport'
> to install a newer version of the compiler or rebuild it as you
> suggest.
Yes, that's what it looks like.
I just checked my gcc-2.95.3, and its libstdc++ doesn't have
fopen64 re
Hi Paul/Rob,
Paul, I am very sorry you blew something away testing this...of
course I didn't mean THAT to happen.
On the link below is a previous append I put onto the linux development
forum trying to get the compiler to work in the first place.
Any brief look at my thread will tell you I a
Robert Heller <[EMAIL PROTECTED]> writes:
> "Peter Nolan" <[EMAIL PROTECTED]>,
> In a message on 14 Apr 2006 07:10:59 -0700, wrote :
>
> "N> Hi All,
> "N> I am running some C++ I wrote having been compiled in G++. When writing
> "N> to a file I get 'file size limit exceeded' as a message when
Hi Rob,
I'll have to get back to you.the client is very short on people who
actually understand anything about linux and gnu c++ and we just moved
machines and have not even got the compiler installed on the new
oneand I am no linux gnu c++ expert..
Peter
__
"Peter Nolan" <[EMAIL PROTECTED]>,
In a message on 14 Apr 2006 07:10:59 -0700, wrote :
"N> Hi All,
"N> I am running some C++ I wrote having been compiled in G++. When writing
"N> to a file I get 'file size limit exceeded' as a message when the file
"N> size gets to 2,147,483,647. We are using