Page 1 of 1

error when make

Posted: 24 Mar 2010 01:44
by rongyihit
Hi!
When I make vlc in fedora, it says"../libtool: line 1216: libtool: compile: cannot determine name of library object from `' : command not found." Why it happened and how can I solve it, thanks!

Re: error when make

Posted: 24 Mar 2010 11:13
by xtophe
are you compiling from git or a tarball ? in the latter case, don't run ./bootstrap.

in the first case your libtool or autotools installation is screwed

Re: error when make

Posted: 25 Mar 2010 01:54
by rongyihit
are you compiling from git or a tarball ? in the latter case, don't run ./bootstrap.

in the first case your libtool or autotools installation is screwed
The lib is installed when linux installed, so I don't know wheaher it is compiling from git of a tarball.

Re: error when make

Posted: 25 Mar 2010 20:09
by xtophe
i'm speaking of vlc being built from git or a tarball (not of libtool)

Re: error when make

Posted: 29 Mar 2010 10:59
by rongyihit
i'm speaking of vlc being built from git or a tarball (not of libtool)
My God! I have run bootstrap... How can I retrieve?

Re: error when make

Posted: 29 Mar 2010 21:22
by xtophe
rm -rf .... + tar xjf ...

Re: error when make

Posted: 30 Mar 2010 03:43
by rongyihit
rm -rf .... + tar xjf ...
Thank you very much! It works.