WG: again compilation of lcr

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Andreas.Eversberg Andreas.Eversberg at versatel.de
Thu Mar 11 15:34:49 UTC 2010


 

	 
>. /lcr: symbol lookup error: ./lcr: undefined symbol: init_af_isdn
	
pull lcr again. the mISDNuser header paths have changed. i changed more
stuff.
also try to remove the /usr/include/mISDNuser directory. it is obsolete.

now compat_af_isdn.h can be removed from openbsc also. todo so, replace
the include of this file by:

#include <mISDN/mISDNcompat.h>
int __af_isdn = MISDN_AF_ISDN;

maybe it is better to use "static int", so it will not conflict when
linking to lcr... we will see.

the function call init_af_isdn(); can be removed.


	
	





More information about the OpenBSC mailing list