[OpenIndiana-discuss] Solaris C++ feof(): are we doing things differently?

2013-10-27 Thread Bryan N Iotti
Hi all, got a little question for you that's been driving me crazy. I'm trying to compile the FEBio finite element analysis software on OI hipster 151a8. Studio 12.3 CC compilation is not working at all, with hundreds of errors, so for now I turned to g++. g++ compiles fine with -g -m64 (I

Re: [OpenIndiana-discuss] Solaris C++ feof(): are we doing things differently?

2013-10-27 Thread Reginald Beardsley
ironsides.med...@runbox.com To: DiscussionOpenIndiana openindiana-discuss@openindiana.org Sent: Subject: [OpenIndiana-discuss] Solaris C++ feof(): are we doing things differently? Hi all, got a little question for you that's been driving me crazy. I'm trying to compile the FEBio finite element

Re: [OpenIndiana-discuss] Solaris C++ feof(): are we doing things differently?

2013-10-27 Thread Bob Friesenhahn
On Sun, 27 Oct 2013, Bryan N Iotti wrote: Hi all, got a little question for you that's been driving me crazy. I'm trying to compile the FEBio finite element analysis software on OI hipster 151a8. Studio 12.3 CC compilation is not working at all, with hundreds of errors, so for now I turned

Re: [OpenIndiana-discuss] Solaris C++ feof(): are we doing things differently?

2013-10-27 Thread Bryan N Iotti
Thank you both for your answers. Bob: I have built a patched copy of libtool, however due to the structure of the project I wasn't so far able to use it in this case. I will put more effort into it tomorrow, following documentation. Reginald: I'm also looking at how that function is used in

Re: [OpenIndiana-discuss] Solaris C++ feof(): are we doing things differently?

2013-10-27 Thread Laurent Blume
On 27/10/2013 19:07, Bryan N Iotti wrote: What I find funny is that the 32 bit version compiles and runs fine. As soon as I add the -m64 flag it exits. This does seem to confirm it as the libtool bug Bob was mentioning. I think I had similar issues several times: the definition of FILE in