<div dir="ltr"><div><div><div><div><div>Hi,<br><br></div>I wanted to link certain static libraries and use them in squid source code. I added the following lines in Makefile.am of the 'src' directory.<br><br>squid_LDFLAGS = -L/media/NewVolume/yocto/build_t4240qds_release/tmp/work/ppce6500-fsl_networking-linux/usdpaa/git-r5/lib_powerpc/<br><br>squid_LDLIBS = -lusdpaa_dma -lusdpaa_dpa_offload -lusdpaa_of -lusdpaa_ppac -lusdpaa_qbman -lusdpaa_rmu -lusdpaa_srio -lusdpaa_dma_mem -lusdpaa_fman -lusdpaa_pme \  <br>               -lusdpaa_process -lusdpaa_rman -lusdpaa_sec -lusdpaa_syscfg <br><br>squid_CPPFLAGS = -I/media/NewVolume/yocto/build_t4240qds_release/tmp/work/ppce6500-fsl_networking-linux/usdpaa/git-r5/include/<br><br></div>But I think this wrong as libraries aren't getting linked. I am getting "undefined reference to" errors.<br></div>So what variables should I add/change.<br><br></div><div><br></div>Thanks.<br><br></div>Regards<br></div>