I am having problem compiling hobbit on a Solaris 10 Sparc host.
I looked through the archive and found the following:
* To: hobbit (at) hswn.dk
* Subject: Re: [hobbit] Solution: Need HELP! Compile errors! Solaris 10
* From: David Gore <David.Gore (at) mci.com>
* Date: Tue, 17 May 2005 03:05:34 +0000
* References:
<96307D39C221F14D944CF71546AC95910448E9 at MC4EXCH02.mcdata.com> <20050516204112.GA5700 at hswn.dk> <428956B6.2080206 at mci.com> * User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)
Which is exactly the problem I am having.
A solution to the problem was the following:
Solution:
root (at) hobbit:/usr/local/lib/gcc-lib/sparc-sun-solaris2.10/3.3.2/install-tools> ./mkheaders fixproto: populating `/usr/local/lib/gcc-lib/sparc-sun-solaris2.10/3.3.2/include' (No *.h files in /usr/local/lib/gcc-lib/sparc-sun-solaris2.10/3.3.2/include/root) (No *.h files in /usr/local/lib/gcc-lib/sparc-sun-solaris2.10/3.3.2/include/root/usr) (No *.h files in /usr/local/lib/gcc-lib/sparc-sun-solaris2.10/3.3.2/include/root/usr/openwin) (No *.h files in /usr/local/lib/gcc-lib/sparc-sun-solaris2.10/3.3.2/include/root/usr/openwin/ include) (No *.h files in /usr/local/lib/gcc-lib/sparc-sun-solaris2.10/3.3.2/include/root/usr/openwin/ include/X11) (No *.h files in /usr/local/lib/gcc-lib/sparc-sun-solaris2.10/3.3.2/include/X11)
This solution is kind of cryptic to me so can someone explain what needs to be done in simpler terms for a simpler mind.
Also is there a precompiled version that can be downloaded?
Thanks
Robert
Robert P. McGraw, Jr. Manager, Computer System EMAIL: rmcgraw at purdue.edu Purdue University ROOM: MATH-807 Department of Mathematics PHONE: (765) 494-6055 150 N. University Street FAX: (419) 821-0540 West Lafayette, IN 47907-2067
On Tue, Dec 20, 2005 at 08:05:20PM -0500, McGraw, Robert P. wrote:
I am having problem compiling hobbit on a Solaris 10 Sparc host.
I looked through the archive and found the following:
A solution to the problem was the following: root (at) hobbit:/usr/local/lib/gcc-lib/sparc-sun-solaris2.10/3.3.2/install-tools> ./mkheaders
This solution is kind of cryptic to me so can someone explain what needs to be done in simpler terms for a simpler mind.
As far as I can tell: Login as root, cd to the gcc install directory ( /usr/local/lib/gcc-lib/sparc-sun-solaris2.10/3.3.2/install-tools was the one reported), and run the "mkheaders" tool found in that directory.
Also is there a precompiled version that can be downloaded?
Not that I know of.
Regards, Henrik
Henrik Stoerner wrote:
On Tue, Dec 20, 2005 at 08:05:20PM -0500, McGraw, Robert P. wrote:
Also is there a precompiled version that can be downloaded?
I *could* send you mine, but since its not static compiled it still wouldn't work from you if you are missing gcc libraries. Also you should, for security sake, never ask for or accept compiled binaries from strangers :-)
Here is a dump of an ldd of hobbitd on my Solaris10 server, see if you have all of these libs:
ldd hobbitd
libresolv.so.2 => /lib/libresolv.so.2
libsocket.so.1 => /lib/libsocket.so.1
libnsl.so.1 => /lib/libnsl.so.1
libc.so.1 => /lib/libc.so.1
libmp.so.2 => /lib/libmp.so.2
libmd5.so.1 => /lib/libmd5.so.1
libscf.so.1 => /lib/libscf.so.1
libdoor.so.1 => /lib/libdoor.so.1
libuutil.so.1 => /lib/libuutil.so.1
libm.so.2 => /lib/libm.so.2
/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1
/platform/SUNW,Ultra-5_10/lib/libmd5_psr.so.1
-Charles
participants (3)
-
henrik@hswn.dk
-
jonescr@cisco.com
-
rmcgraw@purdue.edu