You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@trafficserver.apache.org by "Owens, Steve" <St...@disney.com> on 2013/01/18 03:27:49 UTC

Building Plugins with GCC tool chain

I was wondering if anyone had a working example of a configure.ac and Makefile.am which can be used to build a plugin which gets installed correctly into the traffic server plugins directory.  Bonus if the setup utilizes tsxs to build the plugin rather than directly invoking gcc etc.

Re: Building Plugins with GCC tool chain

Posted by "Owens, Steve" <St...@disney.com>.
Actually,

I could update the tsxs file so that it behaves less mysteriously and then
share it via e-mail on this group.

I understand now why it isn't working as expected.

Steve Owens



On 1/22/13 7:41 AM, "Owens, Steve" <St...@disney.com> wrote:

>I suppose that it wold.  I am certainly willing to make the update.
>
>On 1/19/13 7:26 PM, "James Peach" <jp...@apache.org> wrote:
>
>>On 17/01/2013, at 6:27 PM, "Owens, Steve" <St...@disney.com> wrote:
>>
>>> I was wondering if anyone had a working example of a configure.ac and
>>>Makefile.am which can be used to build a plugin which gets installed
>>>correctly into the traffic server plugins directory.  Bonus if the setup
>>>utilizes tsxs to build the plugin rather than directly invoking gcc etc.
>>
>>Would it help to ship a pkg-config file? Or add options to tsxs for the
>>necessary --cflags and --ldflags?
>>
>>J
>


Re: Building Plugins with GCC tool chain

Posted by "Owens, Steve" <St...@disney.com>.
I suppose that it wold.  I am certainly willing to make the update.

On 1/19/13 7:26 PM, "James Peach" <jp...@apache.org> wrote:

>On 17/01/2013, at 6:27 PM, "Owens, Steve" <St...@disney.com> wrote:
>
>> I was wondering if anyone had a working example of a configure.ac and
>>Makefile.am which can be used to build a plugin which gets installed
>>correctly into the traffic server plugins directory.  Bonus if the setup
>>utilizes tsxs to build the plugin rather than directly invoking gcc etc.
>
>Would it help to ship a pkg-config file? Or add options to tsxs for the
>necessary --cflags and --ldflags?
>
>J


Re: Building Plugins with GCC tool chain

Posted by James Peach <jp...@apache.org>.
On 17/01/2013, at 6:27 PM, "Owens, Steve" <St...@disney.com> wrote:

> I was wondering if anyone had a working example of a configure.ac and Makefile.am which can be used to build a plugin which gets installed correctly into the traffic server plugins directory.  Bonus if the setup utilizes tsxs to build the plugin rather than directly invoking gcc etc.

Would it help to ship a pkg-config file? Or add options to tsxs for the necessary --cflags and --ldflags?

J