$ pkg-config --cflags --static --libs sndfile

-I/usr/include/opus -lsndfile @EXTERNAL_MPEG_LIBS@ -lFLAC -lm -lvorbisenc
-lopus -lm -lmpg123 -lm -lvorbis -lm -logg

Interesting result.  I don't quite understand if the external_mpeg_libs
entry is needed or how it got there.

bob

On Wed, May 22, 2024 at 2:17 PM Julius Smith <julius.sm...@gmail.com> wrote:

> What do you get when you say
> pkg-config --cflags --static --libs sndfile
> ?
>
>
> On Wed, May 22, 2024 at 3:17 PM Bob Bobsled <thebobbobs...@gmail.com>
> wrote:
>
>> fedora 39 using
>>
>> libsndfile .x86_64  1.1.0-9.fc39
>> libsndfile-devel.x86_64 1.1.0-9.fc39
>>
>> bob
>>
>> On Tue, May 21, 2024 at 4:51 PM David Braun <br...@ccrma.stanford.edu>
>> wrote:
>>
>>> Maybe updating libsndfile could help? Before you do that, what version
>>> are you using right now?
>>>
>>> On Tue, May 21, 2024 at 7:57 PM Bob Bobsled <thebobbobs...@gmail.com>
>>> wrote:
>>>
>>>> Hi,
>>>> I've made a new build of Faust on Fedora39, but having several issues.
>>>>
>>>> One is EXTERNAL_MPEG_LIBS
>>>>
>>>> import("stdfaust.lib");
>>>> process = no.noise <: _,_;
>>>>
>>>> faust2sndfile mynoise.dsp
>>>>
>>>> see: /usr/bin/ld: cannot find @EXTERNAL_MPEG_LIBS@
>>>>
>>>> I'm wondering what is missing?
>>>>
>>>> Thank you,
>>>> bob
>>>> _______________________________________________
>>>> Faudiostream-users mailing list
>>>> Faudiostream-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/faudiostream-users
>>>>
>>> _______________________________________________
>> Faudiostream-users mailing list
>> Faudiostream-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/faudiostream-users
>>
>
>
> --
> "Anything that can be automated should optionally be"
> https://x.com/javilopen/status/1779086252148494580
>
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to