OK I will do that.
Actually I thought if there was any error in my installation or not.
Thank You

Regards,
Parth

On Fri, Feb 16, 2018 at 11:51 AM, Werner LEMBERG <w...@gnu.org> wrote:

>
> > I successfully compiled the example in this way:
> > $gcc example1.c -I/home/parth/anaconda3/include/freetype2 \
> >      -L/home/parth/anaconda3/lib -lfreetype -lm
> >
> > But, when I run $./a.out font sample-text for checking output it
> > shows Segmentation fault (core dumped).  Please help.
>
> The demo programs leave out all error checking for simplicity.  You
> have to take care of that by yourself.
>
> I strongly suggest that you get acquainted with (a) compiling and
> linking in general, and (b) how to use a debugger like `gdb' or a GUI
> front-end to it to identify the source code location where the program
> crashed.
>
> However, this mailing list is not the right place to do that, sorry.
>
>
>     Werner
>
_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to