autoconf macport vs panther's
I installed autoconf 2.61; is there a way to bypass the older version panther installed in /usr/bin/ ? Do I even need it (i.e. could I just change the name)? Mark mailto:mbrethen@aim.com
mark brethen wrote:
I installed autoconf 2.61; is there a way to bypass the older version panther installed in /usr/bin/ ? Do I even need it (i.e. could I just change the name)?
If you modify your PATH environment variable to put /opt/usr/local/bin before /usr/bin you will get the macport programs in place of the OS supplied ones. Erik -- ----------------------------------------------------------------- Erik de Castro Lopo ----------------------------------------------------------------- "I saw `cout' being shifted "Hello world" times to the left and stopped right there." -- Steve Gonedes
Modified the system-wide profile. It's working, but I've encountered another problem; this is on a compile checking for mad_frame_decode in -lmad... no configure: error: libmad needed! Download the latest version at http://www.mars.org/home/rob/proj/mpeg/ port installed gives libmad @0.15.1b_0 (active) why is it not finding the library? Mark mailto:mbrethen@aim.com On May 15, 2007, at 6:29 PM, Erik de Castro Lopo wrote:
mark brethen wrote:
I installed autoconf 2.61; is there a way to bypass the older version panther installed in /usr/bin/ ? Do I even need it (i.e. could I just change the name)?
If you modify your PATH environment variable to put /opt/usr/local/bin before /usr/bin you will get the macport programs in place of the OS supplied ones.
Erik -- ----------------------------------------------------------------- Erik de Castro Lopo ----------------------------------------------------------------- "I saw `cout' being shifted "Hello world" times to the left and stopped right there." -- Steve Gonedes _______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
On May 15, 2007, at 18:31, mark brethen wrote:
checking for mad_frame_decode in -lmad... no configure: error: libmad needed! Download the latest version at http://www.mars.org/home/rob/proj/mpeg/
port installed gives
libmad @0.15.1b_0 (active)
why is it not finding the library?
What isn't finding the library? What port are you trying to compile when you get this error?
On May 15, 2007, at 9:08 PM, Ryan Schmidt wrote:
On May 15, 2007, at 18:31, mark brethen wrote:
checking for mad_frame_decode in -lmad... no configure: error: libmad needed! Download the latest version at http://www.mars.org/home/rob/proj/mpeg/
port installed gives
libmad @0.15.1b_0 (active)
why is it not finding the library?
What isn't finding the library? What port are you trying to compile when you get this error?
I'm trying to compile the latest sbv of mp3splt. The current port doesn't work with freedb anymore. However, configure fails on libmad -- it acts like it's not linking with the library.
On May 15, 2007, at 20:28, mark brethen wrote:
On May 15, 2007, at 9:08 PM, Ryan Schmidt wrote:
On May 15, 2007, at 18:31, mark brethen wrote:
checking for mad_frame_decode in -lmad... no configure: error: libmad needed! Download the latest version at http://www.mars.org/home/rob/proj/mpeg/
port installed gives
libmad @0.15.1b_0 (active)
why is it not finding the library?
What isn't finding the library? What port are you trying to compile when you get this error?
I'm trying to compile the latest sbv of mp3splt. The current port doesn't work with freedb anymore. However, configure fails on libmad -- it acts like it's not linking with the library.
I'm not familiar with mp3splt. What is an "sbv"? I see that the mp3splt portfile uses version 2.1, which is the latest version according to the mp3splt web site. Is that the version you're using? I wasn't clear from what you said whether you're using the mp3splt portfile or attempting to install it manually. I assume you're using the port. You say it doesn't work with freedb anymore. I'm not familiar with freedb and the portfile doesn't contain the string freedb. What is it? How do you know that the mp3splt doesn't work with it? I just tried to install the mp3splt port and it installed just fine for me on Intel. Are you on Intel or PowerPC?
participants (3)
-
Erik de Castro Lopo
-
mark brethen
-
Ryan Schmidt