![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SuSE SUSE Linux is a major operating system. The developer rights are owned by Novell, Inc. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Configured sftp still requires password | unilover | UNIX for Advanced & Expert Users | 24 | 03-29-2008 08:41 AM |
| SFTP error:-b requires an argument greater than zero | vgs | Shell Programming and Scripting | 4 | 07-27-2007 10:06 AM |
| SFTP error:-b requires an argument greater than zero | vgs | UNIX for Advanced & Expert Users | 1 | 07-25-2007 11:46 PM |
| Can't use sendmail ( Program mode requires special privileges) | Micz | UNIX for Advanced & Expert Users | 1 | 03-07-2006 12:48 PM |
| New User Requires Help | John K. Mbuki | Shell Programming and Scripting | 1 | 05-30-2002 03:34 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
hello every one,
here i am attempting to install freedce-1.1.0.7 on HP-UX machine. in that process i ran a command ./configure at command prompt. it's throughing the following error; configure: error: freedce requires libdcethreads! here i am pasting the ./configure output with error: ======================================== ./configure loading cache ./config.cache checking host system type... hppa2.0w-hp-hpux11.11 checking target system type... hppa2.0w-hp-hpux11.11 checking build system type... hppa2.0w-hp-hpux11.11 checking for a BSD compatible install... /appli/public/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... no checking how to run the C preprocessor... gcc -E checking for c++... c++ checking whether the C++ compiler (c++ ) works... yes checking whether the C++ compiler (c++ ) is a cross-compiler... no checking whether we are using GNU C++... yes checking whether c++ accepts -g... no checking for mawk... no checking for gawk... gawk checking for Cygwin environment... no checking for mingw32 environment... no checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /appli/public/bin/nm -B checking whether ln -s works... yes checking how to recognise dependant libraries... file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library checking for object suffix... o checking for executable suffix... no checking command to parse /appli/public/bin/nm -B output... ok checking for dlfcn.h... yes checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... relink checking whether stripping libraries is possible... yes checking dynamic linker characteristics... hpux11.11 dld.sl checking if libtool supports shared libraries... yes creating libtool checking for a BSD compatible install... /appli/public/bin/install -c checking whether ln -s works... (cached) yes checking for flex... flex checking for flex... (cached) flex checking for yywrap in -lfl... yes checking lex output file root... lex.yy checking whether yytext is a pointer... yes checking for bison... bison -y checking for pthread_create in -lpthread... no checking for -ldcethreads in one of /opt/dce... no configure: error: freedce requires libdcethreads! ======================================================= from this error we can say it's required libdcethreads,is it right? if so can somebody suggest where can i download libdcethreads,if not suggest me what causing this error. any help appriciated. regards, Mannam |