Search found 2 matches

Go to advanced search

by yypeng
31 Jan 2007 10:21
Forum: VideoLAN Server and miniSAPserver
Topic: Help on compiling VLS 0.5.6
Replies: 3
Views: 4520

Try to use gcc3.x instead of gcc4.x.

configure as this:

Code: Select all

CC=/usr/bin/gcc-3.3 CXX=/usr/bin/g++-3.3 ./configure
yypeng
by yypeng
31 Jan 2007 10:10
Forum: VideoLAN Server and miniSAPserver
Topic: Problem with installing
Replies: 8
Views: 12074

Edit Makefile.dep and Makefile.module.dep: Remove the new line character like this: @$(SHELL) -ec '$(CXX) $(DCFLAGS) $(INCLUDE) $< \ | sed '\''s/$(subst .,\.,$(notdir $*))\.o[ :]*/src\/$(subst /,\/,$*).o \ dep\/$(subst /,\/,$*).d : /g'\'' > $@; \ [ -s $@ ] || rm -f $@' into @$(SHELL) -ec '$(CXX) $(D...

Go to advanced search