Page 1 of 1

/configure-vlc.sh: line 1: ./configure: No such file or dire

Posted: 10 Jan 2009 07:14
by davidear
Hi everyone, I create a "configure-vlc.sh" file as below, and then enter "dos2unix configure-vlc.sh" and "./configure-vlc.sh" commands, but the shell always show the "/configure-vlc.sh: line 1: ./configure: No such file or directory" error message. why ?

PATH=/usr/win32/bin:$PATH \
PKG_CONFIG_LIBDIR=/usr/win32/lib/pkgconfig \
CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \
LDFLAGS=-L/usr/win32/lib \
CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \
./configure \
--host=i686-pc-mingw32 \
--disable-gtk \
--enable-nls --enable-sdl --with-sdl-config-path=/usr/win32/bin \
--enable-avcodec --enable-avformat --enable-swscale \
--enable-faad --enable-flac --enable-theora \
--with-wx-config-path=/usr/win32/bin \
--with-freetype-config-path=/usr/win32/bin \
--with-fribidi-config-path=/usr/win32/bin \
--enable-live555 --with-live555-tree=/usr/win32/live.com \
--enable-caca --with-caca-config-path=/usr/win32/bin \
--with-xml2-config-path=/usr/win32/bin \
--with-dvdnav-config-path=/usr/win32/bin \
--disable-cddax --disable-vcdx --enable-goom \
--enable-twolame --enable-dvdread \
--enable-debug --enable-dca \
--disable-mkv --disable-taglib

Re: /configure-vlc.sh: line 1: ./configure: No such file or dire

Posted: 10 Jan 2009 17:12
by VLC_help
You are running it from wrong directory. You need to run it in vlc folder where you have files like NEWS, README etc.

Re: /configure-vlc.sh: line 1: ./configure: No such file or dire

Posted: 18 Jan 2009 13:28
by cakrudy
because in your vlc folder there is no configure file. It's because your download vlc through git. Please download again from other source, and make sure configure file exist.

Re: /configure-vlc.sh: line 1: ./configure: No such file or

Posted: 30 Aug 2011 09:17
by arend
For anyone searching for this:
When pulled from GIT use ./bootstrap to generate m4 macros and prepare Makefiles.

Re: /configure-vlc.sh: line 1: ./configure: No such file or

Posted: 30 Aug 2011 11:15
by Jean-Baptiste Kempf
You mean, like reading the doc?