Bug#824204: libyajl-dev: Static linking doesn't work

2016-05-16 Thread George Dunlap
On 14/05/16 04:03, John Stamp wrote: > Hi George, > > It looks like it's just a problem with the link order of the sample > command that you provided. > > Can you confirm that this works? > > gcc -o p parse_config.c -lyajl_s /me hangs his head in shame Yes, it does work -- thanks. :-) -Geo

Bug#824204: libyajl-dev: Static linking doesn't work

2016-05-13 Thread John Stamp
Hi George, It looks like it's just a problem with the link order of the sample command that you provided. Can you confirm that this works? gcc -o p parse_config.c -lyajl_s John

Bug#824204: libyajl-dev: Static linking doesn't work

2016-05-13 Thread George Dunlap
Package: libyajl-dev Version: 2.1.0-2 Severity: important Linking against the shared libyajl library works as expected, but linking against the static version causes missing symbol errors. The easiest way to test this is to use the example that comes with upstream libyajl, available here: https: