Re: [Sqlrelay-discussion] Help needed on Solaris 10 Sparc
Brought to you by:
mused
|
From: Arnaud C. <arn...@co...> - 2006-02-24 13:52:10
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content=3D"text/html;charset=3DUTF-8" http-equiv=3D"Content-Type"=
>
</head>
<body bgcolor=3D"#ffffff" text=3D"#000000">
<br>
Stupid me... You were right !!! It wasn't on my machine...<br>
I installed the package using pkg-get install binutils<br>
and it compiled fine :-)<br>
<br>
Thanks for the help.<br>
<br>
Arnaud<br>
<br>
<br>
Dario Lah wrote:
<blockquote cite=3D"mid1140764058.8136.1.camel@laki" type=3D"cite">
<pre wrap=3D"">Hi,
i look to me like you are missing ar utility. It is usually located
in /usr/ccs/bin. If you have it there add it to your PATH.
BR,
Dario
On =C4=8Cet, 2006-02-23 at 17:34 +0100, Arnaud Connois wrote:
</pre>
<blockquote type=3D"cite">
<pre wrap=3D"">Hi all,
I had no troubles on Linux, but today I'm trying to install Rudiment /=20
SQLRelay on Solaris 10 Sparc, and I can't get rudiment to compile...
The make step finishes like this (see below)
Does somebody had similar troubles in Solaris ?
Any help would be greatly apreciated...
Thanks
Arnaud
--
make[1]: Entering directory `/opt/packages/rudiments-0.29/src'
/bin/sh ../libtool --mode=3Dlink g++ -o librudiments.la namevaluepairs.lo=
=20
client.lo commandline.lo parameterstring.lo daemonprocess.lo process.lo=20
datetime.lo timezonefile.lo dtd.lo environment.lo filedescriptor.lo=20
file.lo shmfile.lo device.lo filesystem.lo directory.lo groupentry.lo=20
hostentry.lo inetclientsocket.lo inetserversocket.lo listener.lo=20
logger.lo memorypool.lo passwdentry.lo permissions.lo protocolentry.lo=20
randomnumber.lo regularexpression.lo rpcentry.lo semaphoreset.lo=20
server.lo serviceentry.lo shadowentry.lo sharedmemory.lo=20
signalclasses.lo charstring.lo character.lo stringbuffer.lo=20
unixclientsocket.lo modemclient.lo modemserver.lo unixserversocket.lo=20
variablebuffer.lo xmldom.lo xmldomnode.lo xmlsax.lo intervaltimer.lo=20
snooze.lo dynamiclib.lo crypt.lo rawbuffer.lo memorymap.lo mutex.lo=20
serialportprofile.lo serialport.lo chat.lo error.lo modemutil.lo=20
inetsocketutil.lo unixsocketutil.lo serversocket.lo clientsocket.lo=20
clientserverfactory.lo -lsocket -lnsl -lpthread -R/usr/sfw/lib=20
-L/usr/sfw/lib -lssl -lcrypto -lsocket -lnsl -ldl -lrt -lrt -lrt =20
-lresolv -ldl -rpath /usr/local/firstworks/lib -release 0.29=20
-version-info 1:0:0 -no-undefined
rm -fr .libs/librudiments-0.29.so.1 .libs/librudiments-0.29.so.1.0.0=20
.libs/librudiments.so
g++ -shared -Wl,-h -Wl,librudiments-0.29.so.1 -o=20
.libs/librudiments-0.29.so.1.0.0 .libs/namevaluepairs.o .libs/client.o=20
.libs/commandline.o .libs/parameterstring.o .libs/daemonprocess.o=20
.libs/process.o .libs/datetime.o .libs/timezonefile.o .libs/dtd.o=20
.libs/environment.o .libs/filedescriptor.o .libs/file.o .libs/shmfile.o=20
.libs/device.o .libs/filesystem.o .libs/directory.o .libs/groupentry.o=20
.libs/hostentry.o .libs/inetclientsocket.o .libs/inetserversocket.o=20
.libs/listener.o .libs/logger.o .libs/memorypool.o .libs/passwdentry.o=20
.libs/permissions.o .libs/protocolentry.o .libs/randomnumber.o=20
.libs/regularexpression.o .libs/rpcentry.o .libs/semaphoreset.o=20
.libs/server.o .libs/serviceentry.o .libs/shadowentry.o=20
.libs/sharedmemory.o .libs/signalclasses.o .libs/charstring.o=20
.libs/character.o .libs/stringbuffer.o .libs/unixclientsocket.o=20
.libs/modemclient.o .libs/modemserver.o .libs/unixserversocket.o=20
.libs/variablebuffer.o .libs/xmldom.o .libs/xmldomnode.o .libs/xmlsax.o=20
.libs/intervaltimer.o .libs/snooze.o .libs/dynamiclib.o .libs/crypt.o=20
.libs/rawbuffer.o .libs/memorymap.o .libs/mutex.o=20
.libs/serialportprofile.o .libs/serialport.o .libs/chat.o .libs/error.o=20
.libs/modemutil.o .libs/inetsocketutil.o .libs/unixsocketutil.o=20
.libs/serversocket.o .libs/clientsocket.o .libs/clientserverfactory.o =20
-R/usr/sfw/lib -lpthread -L/usr/sfw/lib -lssl -lcrypto -lsocket -lnsl=20
-lrt -lresolv -ldl -lc
(cd .libs && rm -f librudiments-0.29.so.1 && ln -s=20
librudiments-0.29.so.1.0.0 librudiments-0.29.so.1)
(cd .libs && rm -f librudiments.so && ln -s librudiments-=
0.29.so.1.0.0=20
librudiments.so)
false cru .libs/librudiments.a namevaluepairs.o client.o commandline.o=20
parameterstring.o daemonprocess.o process.o datetime.o timezonefile.o=20
dtd.o environment.o filedescriptor.o file.o shmfile.o device.o=20
filesystem.o directory.o groupentry.o hostentry.o inetclientsocket.o=20
inetserversocket.o listener.o logger.o memorypool.o passwdentry.o=20
permissions.o protocolentry.o randomnumber.o regularexpression.o=20
rpcentry.o semaphoreset.o server.o serviceentry.o shadowentry.o=20
sharedmemory.o signalclasses.o charstring.o character.o stringbuffer.o=20
unixclientsocket.o modemclient.o modemserver.o unixserversocket.o=20
variablebuffer.o xmldom.o xmldomnode.o xmlsax.o intervaltimer.o snooze.o=20
dynamiclib.o crypt.o rawbuffer.o memorymap.o mutex.o serialportprofile.o=20
serialport.o chat.o error.o modemutil.o inetsocketutil.o=20
unixsocketutil.o serversocket.o clientsocket.o clientserverfactory.o
make[1]: *** [librudiments.la] Error 1
make[1]: Leaving directory `/opt/packages/rudiments-0.29/src'
make: *** [all] Error 2
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting langua=
ge
that extends applications into web and mobile media. Attend the live webc=
ast
and join the prime developer group breaking into this new coding territor=
y!
<a class=3D"moz-txt-link-freetext" href=3D"http://sel.as-us.falkag.net/se=
l?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat=3D121642">http://sel.as-us.falk=
ag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat=3D121642</=
a>
_______________________________________________
Sqlrelay-discussion mailing list
<a class=3D"moz-txt-link-abbreviated" href=3D"mailto:Sqlrelay-discussion@=
lists.sourceforge.net">Sql...@li...</a>
<a class=3D"moz-txt-link-freetext" href=3D"https://lists.sourceforge.net/=
lists/listinfo/sqlrelay-discussion">https://lists.sourceforge.net/lists/l=
istinfo/sqlrelay-discussion</a>
</pre>
</blockquote>
<pre wrap=3D""><!---->--
68. If we believe in data structures, we must believe in independent
(henc
simultaneous) processing. For why else would we collect items within=20
structure? Why do we tolerate languages that give us the one without th
other
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting langua=
ge
that extends applications into web and mobile media. Attend the live webc=
ast
and join the prime developer group breaking into this new coding territor=
y!
<a class=3D"moz-txt-link-freetext" href=3D"http://sel.as-us.falkag.net/se=
l?cmd=3Dk&kid=110944&bid$1720&dat=121642">http://sel.as-us.falkag.net/sel=
?cmd=3Dk&kid=110944&bid$1720&dat=121642</a>
_______________________________________________
Sqlrelay-discussion mailing list
<a class=3D"moz-txt-link-abbreviated" href=3D"mailto:Sqlrelay-discussion@=
lists.sourceforge.net">Sql...@li...</a>
<a class=3D"moz-txt-link-freetext" href=3D"https://lists.sourceforge.net/=
lists/listinfo/sqlrelay-discussion">https://lists.sourceforge.net/lists/l=
istinfo/sqlrelay-discussion</a>
</pre>
</blockquote>
</body>
</html>
|