Menu

#2 we are unable to install dcethreads2.0.2

open
nobody
dcethreads (2)
5
2001-10-31
2001-10-31
Anonymous
No

Dear sir, we successfully downloaded
dcethreads-2.0.2.tar.gz
we tried to install the tar.
we didn't find any installation procedure.
we followed the following steps

./configure
make

while doing make we got the following error :

Making all in include
make[1]: Entering directory
`/home/BACKUP/dcethreads-2.0.2/include'
Making all in dce
make[2]: Entering directory
`/home/BACKUP/dcethreads-2.0.2/include/dce'
make[2]: Leaving directory
`/home/BACKUP/dcethreads-2.0.2/include/dce'
make[2]: Entering directory
`/home/BACKUP/dcethreads-2.0.2/include'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory
`/home/BACKUP/dcethreads-2.0.2/include'
make[1]: Leaving directory
`/home/BACKUP/dcethreads-2.0.2/include'
Making all in src
make[1]: Entering directory
`/home/BACKUP/dcethreads-2.0.2/src'
/bin/sh ../libtool --mode=compile gcc
-DCOMPILING_DCETHREADS -D_GNU_SOURCE -D_REENTRANT
-I../include -Wall -W -Werror -pipe -g -O2 -c
pthread_dce.c
rm -f .libs/pthread_dce.lo
gcc -DCOMPILING_DCETHREADS -D_GNU_SOURCE -D_REENTRANT
-I../include -Wall -W -Werror -pipe -g -O2 -c
pthread_dce.c -fPIC -DPIC -o .libs/pthread_dce.lo
make[1]: Leaving directory
`/home/BACKUP/dcethreads-2.0.2/src'
/bin/sh ../libtool --mode=compile gcc
-DCOMPILING_DECTHREADS -D_GNU_SOURCE -D_REENTRANT -I
../include -Wall -W -Werror -pipe -g -O2 -c
pthread_dec.c
rm -f .libs/pthread-dec.lo
gcc -DCOMPILING-DCETHREADS -D-GNU_SOURCE -D_REENTRANT
-I../include -Wall -W -Werror -pipe -g -O2 -c
pthread_dec.c -fPIC -DPIC -o .libs/pthread_dec.lo
cc1: warnings being treated as errors
pthread_dce.c: In function 'pthd4-atfork':
pthread_dce.c:1751: warning: implicit declaration of
function 'abort'
make[1]: ***[pthread_dce.lo] Error 1
make[1]: Leaving directory
'/home/BACKUP/dcethreads-2.0.2/src'
make: *** [all-recursive] Error 1

we also tried with install-sh, but of no use.
we are able to create libtool.But we don't know what
for it is .

Please help us in this regard as early as posible.
I would appreciate your early response

Thanks in advance

Prasad

Discussion

  • Wez Furlong

    Wez Furlong - 2001-10-31

    Logged In: YES
    user_id=2628

    Please try dcethreads from anon CVS.
    If the problem persists I need more information about your
    system.

     
  • Nobody/Anonymous

    Logged In: NO

    I tried the every version that can download from the web
    (include CVS). I got the same problem above and freedce got
    the same problem with va_start, va_end in errors.c
    warning: implicit declaration of function
    My enviroment is :
    IBM T20 notebook
    Redhat 7.3

     
  • M J Manikandan

    M J Manikandan - 2003-04-08

    Logged In: YES
    user_id=315372

    Hi,

    My problem is even worst. I couldn't start the dcethreads
    setup at all. No documentation how to start. Im totally stuck.
    Can anyn pls help?

     
  • M J Manikandan

    M J Manikandan - 2003-04-08

    Logged In: YES
    user_id=315372

    Hi,

    My problem is even worst. I couldn't start the dcethreads
    setup at all. No documentation how to start. Im totally stuck.
    Can anyn pls help?

     
  • M J Manikandan

    M J Manikandan - 2003-04-08

    Logged In: YES
    user_id=315372

    Hi All,

    Stuck up. Someone pls help me out.
    I ran ./configure for dcethreads.. everything went on fine, but
    there was no library file created in the /opt/dce directory.
    Onlly directories were created. Because of this FreeDCE is
    not installing.

    Rgds
    Mani

     
  • Nobody/Anonymous

    Logged In: NO

    This is a problem of insufficient headers declarations.
    Find the file pthread_dce.c, and add
    #include <stdlib.h>
    3 lines down from top of the file. There will be a few more
    instances of this specific type of error, adding #include
    <stdlib.h> should be able to fix them.

    Good Luck