Search the web
Sign In
New User? Sign Up
icsi-speech-tools
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Help -- again!   Message List  
Reply | Forward Message #58 of 162 |
Dear all,

I've been trying to install quicknet3.11 on Cygwin under Windows XP,
but without any success. I followed instructions for "basic
installation", and the procedure stopped for "make" and generated
following error message.
cygpath: can't convert empty path
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../libcygwin.a(libcmain.o)
:: undefined reference to '_WinMain@16'
collect2: ld returned 1 exit status
make: *** [libquicknet3.a] Error 1

I attach the output messages from installation at the end. Can anyone
take a look and let me know what's wrong here? Or, can you send me a
copy of output messages generated by successful installation? I would
like to compare them.

Appreciate your help!

Best,
Frank

-----------------------------------------------------------------
./configure
-----------------------------------------------------------------
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking target system type... i686-pc-cygwin
checking for gcc... gcc
checking for C compiler default output... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for ld used by GCC... ${CXX}
checking if the linker (${CXX}) is GNU ld... no
checking for ${CXX} option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /usr/bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic file
format pei*-i386(.*architecture: i386)?
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... (cached) ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -DDLL_EXPORT
checking if gcc PIC flag -DDLL_EXPORT 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... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (${CXX}) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... Win32 ld.exe
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
creating libtool
checking for sqrt in -lm... yes
checking for standard_arithmetic in -lsunmath... no
checking for pthread_create in -lpthread... yes
checking for pkg-config... /usr/bin/pkg-config
checking for rtst... checking for rtst_exit in -lrtst... no
checking for quicknet_testdata dir... not found
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/stat.h... (cached) yes
checking sunmath.h usability... no
checking sunmath.h presence... no
checking for sunmath.h... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for long long... yes
checking for unsigned long long... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... no
checking for vprintf... yes
checking for _doprnt... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for fseeko... yes
checking for strerror... yes
checking for strstr... yes
checking for fsetpos... yes
checking for gethostname... yes
checking for gettimeofday... yes
checking for fileno... yes
checking for isatty... yes
checking for set_new_handler... no
checking for popen... yes
checking for sqrtf... yes
checking for expf... yes
checking whether drand48 is declared... yes
checking whether srand48 is declared... yes
checking whether fseek is declared... yes
checking whether sys_nerr is declared... no
checking whether sys_errlist is declared... no
checking qn path is saved in cache... /cygdrive/d/quicknet-v3_11
checking drspeech build lib path...
checking drspeech build path...
configure: creating ./config.status
config.status: creating QN3Config.sh
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating perfsuite/Makefile
config.status: creating quicknet3.pc
config.status: creating quicknet3-install.pc
config.status: creating qndo.sh
config.status: creating testdata_qnnorm.sh
config.status: creating testdata_qnstrn.sh
config.status: creating testdata_qnsfwd.sh
config.status: creating testdata_qnstrn_ps.sh
config.status: creating testdata_qnsfwd_ps.sh
config.status: creating config.h
config.status: executing default commands

--------------------------------------------------------------------
make
--------------------------------------------------------------------
rm -f QN_config.h
sed -e 's/#define /#define QN_/' config.h > QN_config.h \
|| rm -f QN_config.h
cat ./QN_config_tail.h >>QN_config.h \
|| rm -f QN_config.h
gcc -I. -I. -g -O2 -c QN_libc.c
g++ -I. -I. -g -O2 -c QN_args.cc
g++ -I. -I. -g -O2 -c QN_MLP_OnlineFl3.cc
g++ -I. -I. -g -O2 -c QN_MLP_OnlineFl3Diag.cc
g++ -I. -I. -g -O2 -c QN_MLP_BunchFl3.cc
g++ -I. -I. -g -O2 -c QN_MLP_ThreadFl3.cc
g++ -I. -I. -g -O2 -c QN_MLP_Bunch1632Fx3.cc
g++ -I. -I. -g -O2 -c QN_MLP_OnlineFx3.cc
g++ -I. -I. -g -O2 -c QN_MLP_Online1632Fx3.cc
g++ -I. -I. -g -O2 -c QN_RateSchedule.cc
g++ -I. -I. -g -O2 -c QN_utils.cc
g++ -I. -I. -g -O2 -c QN_misc.cc
g++ -I. -I. -g -O2 -c QN_Logger.cc
g++ -I. -I. -g -O2 -c QN_Logger_Simple.cc
g++ -I. -I. -g -O2 -c QN_defaultlogger.cc
g++ -I. -I. -g -O2 -c QN_PFile.cc
g++ -I. -I. -g -O2 -c QN_Strut.cc
g++ -I. -I. -g -O2 -c QN_SRIfeat.cc
g++ -I. -I. -g -O2 -c QN_ListStream.cc
g++ -I. -I. -g -O2 -c QN_ListStreamSRI.cc
g++ -I. -I. -g -O2 -c QN_ILab.cc
g++ -I. -I. -g -O2 -c QN_AsciiStream.cc
g++ -I. -I. -g -O2 -c QN_camfiles.cc
g++ -I. -I. -g -O2 -c QN_HTKstream.cc
g++ -I. -I. -g -O2 -c QN_MiscStream.cc
g++ -I. -I. -g -O2 -c QN_RapAct.cc
g++ -I. -I. -g -O2 -c QN_filters.cc
g++ -I. -I. -g -O2 -c QN_OnlNorm.cc
g++ -I. -I. -g -O2 -c QN_fir.cc
g++ -I. -I. -g -O2 -c QN_split.cc
g++ -I. -I. -g -O2 -c -DFTRWIN ./QN_windows.cc -o QN_ftrwindows.o
g++ -I. -I. -g -O2 -c -DLABWIN ./QN_windows.cc -o QN_labwindows.o
g++ -I. -I. -g -O2 -c -DFTRCUT ./QN_cut.cc -o QN_ftrcut.o
g++ -I. -I. -g -O2 -c -DLABCUT ./QN_cut.cc -o QN_labcut.o
g++ -I. -I. -g -O2 -c QN_paste.cc
g++ -I. -I. -g -O2 -c QN_Range.cc
g++ -I. -I. -g -O2 -c QN_fwd.cc
g++ -I. -I. -g -O2 -c QN_trn.cc
g++ -I. -I. -g -O2 -c QN_seqgen.cc
g++ -I. -I. -g -O2 -c QN_mat.cc
g++ -I. -I. -g -O2 -c QN_intvec.cc
g++ -I. -I. -g -O2 -c QN_fltvec.cc
g++ -I. -I. -g -O2 -c QN_fltvec_convol.cc
g++ -I. -I. -g -O2 -c QN_fltvec_omul.cc
g++ -I. -I. -g -O2 -c QN_fltvec_bmul1.cc
g++ -I. -I. -g -O2 -c QN_fltvec_bmul2.cc
g++ -I. -I. -g -O2 -c QN_fltvec_bmul3.cc
g++ -I. -I. -g -O2 -c QN_MLPWeightFile_MLPW.cc
g++ -I. -I. -g -O2 -c QN_MLPWeightFile_RAP3.cc
/bin/sh ./libtool --mode=link g++ QN_libc.o QN_args.o
QN_MLP_OnlineFl3.o QN_MLP_OnlineFl3Diag.o QN_MLP_BunchFl3.o
QN_MLP_ThreadFl3.o QN_MLP_Bunch1632Fx3.o QN_MLP_OnlineFx3.o
QN_MLP_Online1632Fx3.o QN_RateSchedule.o QN_utils.o QN_misc.o
QN_Logger.o QN_Logger_Simple.o QN_defaultlogger.o QN_PFile.o
QN_Strut.o QN_SRIfeat.o QN_ListStream.o QN_ListStreamSRI.o QN_ILab.o
QN_AsciiStream.o QN_camfiles.o QN_HTKstream.o QN_MiscStream.o
QN_RapAct.o QN_filters.o QN_OnlNorm.o QN_fir.o QN_split.o
QN_ftrwindows.o QN_labwindows.o QN_ftrcut.o QN_labcut.o QN_paste.o
QN_Range.o QN_fwd.o QN_trn.o QN_seqgen.o QN_mat.o QN_intvec.o
QN_fltvec.o QN_fltvec_convol.o QN_fltvec_omul.o QN_fltvec_bmul1.o
QN_fltvec_bmul2.o QN_fltvec_bmul3.o QN_MLPWeightFile_MLPW.o
QN_MLPWeightFile_RAP3.o -o libquicknet3.a
mkdir .libs
g++ QN_libc.o QN_args.o QN_MLP_OnlineFl3.o QN_MLP_OnlineFl3Diag.o
QN_MLP_BunchFl3.o QN_MLP_ThreadFl3.o QN_MLP_Bunch1632Fx3.o
QN_MLP_OnlineFx3.o QN_MLP_Online1632Fx3.o QN_RateSchedule.o QN_utils.o
QN_misc.o QN_Logger.o QN_Logger_Simple.o QN_defaultlogger.o QN_PFile.o
QN_Strut.o QN_SRIfeat.o QN_ListStream.o QN_ListStreamSRI.o QN_ILab.o
QN_AsciiStream.o QN_camfiles.o QN_HTKstream.o QN_MiscStream.o
QN_RapAct.o QN_filters.o QN_OnlNorm.o QN_fir.o QN_split.o
QN_ftrwindows.o QN_labwindows.o QN_ftrcut.o QN_labcut.o QN_paste.o
QN_Range.o QN_fwd.o QN_trn.o QN_seqgen.o QN_mat.o QN_intvec.o
QN_fltvec.o QN_fltvec_convol.o QN_fltvec_omul.o QN_fltvec_bmul1.o
QN_fltvec_bmul2.o QN_fltvec_bmul3.o QN_MLPWeightFile_MLPW.o
QN_MLPWeightFile_RAP3.o -o libquicknet3.a.exe









Mon Jul 31, 2006 9:48 pm

francisspeech
Offline Offline
Send Email Send Email

Forward
Message #58 of 162 |
Expand Messages Author Sort by Date

Dear all, I've been trying to install quicknet3.11 on Cygwin under Windows XP, but without any success. I followed instructions for "basic installation", and...
francisspeech
Offline Send Email
Jul 31, 2006
9:52 pm

... I've replicated the error with the current version of cygwin. The problem is an incompatibility between libtool 1.3 and the current version of cygwin....
Adam Janin
ajanin
Offline Send Email
Aug 3, 2006
8:21 pm

... Adam> --- In icsi-speech-tools@yahoogroups.com, "francisspeech" ... Adam> I've replicated the error with the current version of Adam> cygwin. The problem...
David Johnson
st0nka
Offline Send Email
Aug 3, 2006
10:01 pm

Hi, David and Adam, Thanks for your reply and help! I think I will wait for the new release of Quicknet then. Best, Frank, ... ...
Frank C.
francisspeech
Offline Send Email
Aug 4, 2006
4:13 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help