Re: [Fink-users] linking problem necpp-1.2.3

2007-11-17 Thread Glenn Moeller-Holst
Martin Costabel wrote: Glenn Moeller-Holst wrote: [] abc:~ root# cd /usr/bin abc:/usr/bin root# mv libtool libtool.old abc:/usr/bin root# cp glibtool libtool Oh no, catastrophe! You really did this? You were supposed to replace the libtool script in your build directory by

Re: [Fink-users] linking problem necpp-1.2.3

2007-11-17 Thread Martin Costabel
Glenn Moeller-Holst wrote: [] Hi Martin I hope you have some patience left. No problem :-) [] Here you have my next two tries (they seem to not succeed): Seems to me the third one did. Second try: [] /bin/sh ../libtool --mode=link g++ -g -O2 -o nec2++ -all-static nec2cpp.o XGetopt.o

Re: [Fink-users] linking problem necpp-1.2.3 [ Thanks... ]

2007-11-17 Thread Glenn Moeller-Holst
Martin Costabel wrote: Glenn Moeller-Holst wrote: [] Hi Martin I hope you have some patience left. No problem :-) [] Here you have my next two tries (they seem to not succeed): Seems to me the third one did. [] Third try: [] /bin/sh ../libtool --mode=install /usr/bin/install -c

Re: [Fink-users] linking problem necpp-1.2.3 [ Thanks... ]

2007-11-17 Thread Glenn Moeller-Holst
Martin Costabel wrote: Glenn Moeller-Holst wrote: [] Hi Martin I hope you have some patience left. No problem :-) [] Here you have my next two tries (they seem to not succeed): Seems to me the third one did. [] Third try: [] /bin/sh ../libtool --mode=install /usr/bin/install -c

Re: [Fink-users] linking problem necpp-1.2.3

2007-11-16 Thread Glenn Moeller-Holst
Martin Costabel wrote: ... That libtool script is wrong. It shouldn't translate -all-static into -static. What you can do as a quick workaround is, after you run ../configure and before make, replace the file libtool by /usr/bin/glibtool. You will then get /bin/sh ../libtool

Re: [Fink-users] linking problem necpp-1.2.3

2007-11-16 Thread Martin Costabel
Glenn Moeller-Holst wrote: [] abc:~ root# cd /usr/bin abc:/usr/bin root# mv libtool libtool.old abc:/usr/bin root# cp glibtool libtool Oh no, catastrophe! You really did this? You were supposed to replace the libtool script in your build directory by /usr/bin/glibtool. No need to become root

Re: [Fink-users] linking problem necpp-1.2.3

2007-11-15 Thread Martin Costabel
Glenn Moeller-Holst wrote: Hi! I have got some sort of problem linking a program called necpp under Mac OS 10.4.10, fink, xcode_2.4.1_8m1910_6936315.dmg: http://www.physics.otago.ac.nz/research/electronics/nec/necpp-1.2.3.tar.gz ( http://www.physics.otago.ac.nz/research/electronics/nec/ )

[Fink-users] linking problem necpp-1.2.3

2007-11-15 Thread Glenn Moeller-Holst
Hi! I have got some sort of problem linking a program called necpp under Mac OS 10.4.10, fink, xcode_2.4.1_8m1910_6936315.dmg: http://www.physics.otago.ac.nz/research/electronics/nec/necpp-1.2.3.tar.gz ( http://www.physics.otago.ac.nz/research/electronics/nec/ ) - Apparently the problem is