On 03/29/2014 12:16 AM, Rodrigo Gesswein wrote:

> make[1]: Entering directory `/root/Desktop/cdesktopenv-code/cde/lib/tt/slib'
> rm -f mp_rpc_server.o
> g++ -g -pipe -fpermissive -c -O2 -fno-strict-aliasing -Wno-write-strings   
> -I. -I../lib -I../../.. -I../../../exports/include 
> -I../../../imports/motif/include -I/usr/include  -Dlinux -D__x86_64__ 
> -D_POSIX_SOURCE                           -D_BSD_SOURCE -D_SVID_SOURCE  
> -DANSICPP -DMULTIBYTE -DNLS16     -DOSMAJORVERSION=2 -DOSMINORVERSION=6     
> mp_rpc_server.C
> mp_rpc_server.C: In member function ‘int _Tt_rpc_server::init(void 
> (*)(svc_req*, SVCXPRT*))’:
> mp_rpc_server.C:123: error: ‘svcfd_create’ was not declared in this scope
> make[1]: *** [mp_rpc_server.o] Error 1
> make[1]: Leaving directory `/root/Desktop/cdesktopenv-code/cde/lib/tt/slib'

I certainly can tell you about that: el5 does not use libtirpc, but some
implementation provided with glibc. Apparently, the glibc one does not
implement svcfd_create().

I haven't tried, but you could install libtirpc to some separate
location (/opt/tirpc-... for example) and try to link against that. I've
given up on CDE on el5 since most installations of mine are el6 now.

Don't know about dtmail, though.

Cheers, J.

-- 
Johannes von Rotz
Bachmannweg 11
8046 Zuerich
+41 79 705 23 96

------------------------------------------------------------------------------
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to