LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Transcode compile error (https://www.linuxquestions.org/questions/linux-software-2/transcode-compile-error-126500/)

asalford 12-16-2003 10:28 PM

Transcode compile error
 
Dual processor redhat 9.0 running Linux version 2.4.20-8smp nVidia card.

Errors when I run make for transcode. transcode-0.6.11

It appeared that libtools was missing so I installed libtools-1.5 so I installed it

That did no good.

/bin/sh ../../libtool --mode=link gcc -O3 -funroll-loops -ffast-math -g -O3 -O3 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o tcmplex tcmplex.o domplex.o multplex.o inits.o interact.o timecode.o inptstrm.o buffer.o systems.o -L../ -lbbmpeg -lm -lpthread -ldl
mkdir .libs
libtool: link: cannot find the library `' <<<----------- seems to indicate the problem
make[3]: *** [tcmplex] Error 1
make[3]: Leaving directory `/home/asalford/Video editing/transcode-0.6.11/bbmpeg/tcmplex'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/asalford/Video editing/transcode-0.6.11/bbmpeg'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/asalford/Video editing/transcode-0.6.11'
make: *** [all] Error 2

Thinking I had maybe stumbled on a bug, I down loaded and tried to compile transcode-0.6.10. I came up with the same error. The link to the forum for transcode is not working so I figure I would post it here.

asalford 12-16-2003 10:38 PM

It appears that libtool libraries are not installed.

[root@localhost /]# ls usr/lib/libt*
usr/lib/libtar.a usr/lib/libtiff.a usr/lib/libttf.a
usr/lib/libtcl8.3.so usr/lib/libtiff.so usr/lib/libttf.la
usr/lib/libtcl.so usr/lib/libtiff.so.3 usr/lib/libttf.so
usr/lib/libtclstub8.3.a usr/lib/libtiff.so.3.5 usr/lib/libttf.so.2
usr/lib/libtermcap.a usr/lib/libtk8.3.so usr/lib/libttf.so.2.3.0
usr/lib/libtermcap.so usr/lib/libtk.so
usr/lib/libthread_db.so usr/lib/libtkstub8.3.a

I will check further in the morning.

ToniT 12-17-2003 12:03 AM

Update your libtool (see #221467) and try again with clean source tree.

asalford 12-17-2003 05:34 PM

Thanks to all. I figured out the problem. When I compiled libtool last night I did not notice the configure error. essentially the configure script did not like the fact the directory where it was in was named "Video editing" I renamed the directory Video.editing and all is well.

Feel like an idiot or was too tired when I was trying to trouble shoot.

Thanks to all.:D :D :D :D :D :D :D :D :D :D


All times are GMT -5. The time now is 04:46 PM.