[mira_talk] Re: how do you get MIRA to compile on OpenSolaris?
- From: Steven Cozza <scozza3@xxxxxxxxxxx>
- To: mira_talk@xxxxxxxxxxxxx
- Date: Tue, 7 Jul 2009 20:11:42 -0600
| Bastien, I tried the build you gave me and ran into a few more problems. If I just untar and try the configure command I can see that it has trouble find my Expat installation even with the --with-expat-lib line:
I went ahead and did a make anyway and it fails at:
The problem seems that it doesn't notice the 64-bit version on the expat libraries. To solve this I had to add "-m64" to my CXXFLAGS and "-I/data/mccombie/cozzas/include" to my CPPFLAGS environment variables. Those changes allowed the make to continue to a point where it once again complained about needing to use "-pthreads" in the compilation:
To fix that I added "-pthreads" to CXXFLAGS. At this point things moved along fairly well until once again we came to "example-programming" where we hit:
Attached are the config.log and the make.log: |
If I'm being too verbose please let me know! -steve Steven Cozza |
- Follow-Ups:
- [mira_talk] Re: how do you get MIRA to compile on OpenSolaris?
- From: Bastien Chevreux
- [mira_talk] Re: how do you get MIRA to compile on OpenSolaris?
- References:
- [mira_talk] Re: how do you get MIRA to compile on OpenSolaris?
- From: Bastien Chevreux
- [mira_talk] Re: how do you get MIRA to compile on OpenSolaris?
- From: Steven Cozza
- [mira_talk] Re: how do you get MIRA to compile on OpenSolaris?
- From: Bastien Chevreux
- [mira_talk] Re: how do you get MIRA to compile on OpenSolaris?
Other related posts:
- » [mira_talk] how do you get MIRA to compile on OpenSolaris? - Steven Cozza
- » [mira_talk] Re: how do you get MIRA to compile on OpenSolaris? - Bastien Chevreux
- » [mira_talk] Re: how do you get MIRA to compile on OpenSolaris? - Steven Cozza
- » [mira_talk] Re: how do you get MIRA to compile on OpenSolaris? - Bastien Chevreux
- » [mira_talk] Re: how do you get MIRA to compile on OpenSolaris? - Bastien Chevreux
- » [mira_talk] Re: how do you get MIRA to compile on OpenSolaris? - Steven Cozza
- » [mira_talk] Re: how do you get MIRA to compile on OpenSolaris? - Bastien Chevreux