Re: [libvirt] ld: unknown option: --version-script

2008-09-12 Thread Richard W.M. Jones
On Mon, Sep 08, 2008 at 08:29:30AM -0700, Yushu Yao wrote: > A question when porting to Mac. > It says: > > ld: unknown option: --version-script=./libvirt_sym.version > collect2: ld returned 1 exit status > make[2]: *** [libvirt.la] Error 1 > > > Indeed --version-scri

Re: [libvirt] ld: unknown option: --version-script

2008-09-08 Thread Daniel Veillard
On Mon, Sep 08, 2008 at 08:29:30AM -0700, Yushu Yao wrote: > Hi All, > > A question when porting to Mac. > > It says: > > ld: unknown option: --version-script=./libvirt_sym.version > collect2: ld returned 1 exit status > make[2]: *** [libvirt.la] Error 1 > > > Indee

[libvirt] ld: unknown option: --version-script

2008-09-08 Thread Yushu Yao
Hi All, A question when porting to Mac. It says: ld: unknown option: --version-script=./libvirt_sym.version collect2: ld returned 1 exit status make[2]: *** [libvirt.la] Error 1 Indeed --version-script doesn't exist in mac's ld. Can I change it to something else wit