Re: net/liveMedia: AMD64 "CFLAGS+=-fPIC" ignored

2009-01-24 Thread Peter Jeremy
On 2009-Jan-24 20:33:41 +0300, Artem Kim wrote: >arti# make >. . . >c++ -c -O2 -pipe -mmmx -msse -msse2 -m3dnow -march=athlon64 -Iinclude >-I../UsageEnvironment/include -I../groupsock/include -I. -DBSD=1 >-DSOCKLEN_T=socklen_t -DHAVE_SOCKADDR_LEN=1 -Wall -Wno-deprecated >MediaSource.cpp That's

Re: net/liveMedia: AMD64 "CFLAGS+=-fPIC" ignored

2009-01-24 Thread Artem Kim
On Saturday 24 January 2009 17:37:58 you wrote: > Artem Kim wrote: > > There is an expression in Makefile: > > > > .if ${ARCH} == "amd64" || ${ARCH} == "ia64" > > CFLAGS+=-fPIC > > .else > > CFLAGS+=-fpic > > .endif > > > > However, the value "-fPIC" is not added to the variable CFL

Re: net/liveMedia: AMD64 "CFLAGS+=-fPIC" ignored

2009-01-24 Thread Norikatsu Shigemura
On Sat, 24 Jan 2009 15:37:58 +0100 Dominic Fandrey wrote: > Artem Kim wrote: > > There is an expression in Makefile: > > .if ${ARCH} == "amd64" || ${ARCH} == "ia64" > > CFLAGS+=-fPIC > > .else > > CFLAGS+=-fpic > > .endif > > However, the value "-fPIC" is not added to the variable

Re: net/liveMedia: AMD64 "CFLAGS+=-fPIC" ignored

2009-01-24 Thread Dominic Fandrey
Artem Kim wrote: > There is an expression in Makefile: > > .if ${ARCH} == "amd64" || ${ARCH} == "ia64" > CFLAGS+=-fPIC > .else > CFLAGS+=-fpic > .endif > > However, the value "-fPIC" is not added to the variable CFLAGS. > > In what may be the problem? > I cannot reproduce this.

net/liveMedia: AMD64 "CFLAGS+=-fPIC" ignored

2009-01-24 Thread Artem Kim
There is an expression in Makefile: .if ${ARCH} == "amd64" || ${ARCH} == "ia64" CFLAGS+=-fPIC .else CFLAGS+=-fpic .endif However, the value "-fPIC" is not added to the variable CFLAGS. In what may be the problem? -- Best regards, Аrtem Kim _