Hi list,
I played around to find out how overlays work but hit a brickwall when running make. The error is: liboverlays.a(statover.o):(.data+0x58): undefined reference to 'nestedgroup_initialize' collect2: ld returned 1 exit status
nestedgroup_initialize is the initialization hook for my module (currently basically dynlist.c with some changes). I think I have added the relevant pieces to the build system (configure.in, servers/slapd/overlays/Makefile.in, include/portable.hin). Nevertheless, the linking error suggests there is still something missing.
thanks Paul
<quote who="pkoelle@gmail.com">
Hi list,
I played around to find out how overlays work but hit a brickwall when running make. The error is: liboverlays.a(statover.o):(.data+0x58): undefined reference to 'nestedgroup_initialize' collect2: ld returned 1 exit status
nestedgroup_initialize is the initialization hook for my module (currently basically dynlist.c with some changes). I think I have added the relevant pieces to the build system (configure.in, servers/slapd/overlays/Makefile.in, include/portable.hin). Nevertheless, the linking error suggests there is still something missing.
HEAD? 2.3.x??
thanks Paul
Gavin Henry schrieb:
<quote who="pkoelle@gmail.com"> > Hi list, > > I played around to find out how overlays work but hit a brickwall when > running make. The error is: > liboverlays.a(statover.o):(.data+0x58): undefined reference to > 'nestedgroup_initialize' > collect2: ld returned 1 exit status > > nestedgroup_initialize is the initialization hook for my module > (currently basically dynlist.c with some changes). I think I have added > the relevant pieces to the build system (configure.in, > servers/slapd/overlays/Makefile.in, include/portable.hin). Nevertheless, > the linking error suggests there is still something missing.
HEAD? 2.3.x??
2.3.36. Turned out the build env was broken due to copying files from windows... ;)
thanks anyway Paul
<quote who="pkoelle@gmail.com">
Gavin Henry schrieb:
<quote who="pkoelle@gmail.com"> > Hi list, > > I played around to find out how overlays work but hit a brickwall when > running make. The error is: > liboverlays.a(statover.o):(.data+0x58): undefined reference to > 'nestedgroup_initialize' > collect2: ld returned 1 exit status > > nestedgroup_initialize is the initialization hook for my module > (currently basically dynlist.c with some changes). I think I have added > the relevant pieces to the build system (configure.in, > servers/slapd/overlays/Makefile.in, include/portable.hin). > Nevertheless, > the linking error suggests there is still something missing.
HEAD? 2.3.x??
2.3.36. Turned out the build env was broken due to copying files from windows... ;)
thanks anyway Paul
No prob. Anything you'd like to contribute?
Gavin Henry schrieb:
the linking error suggests there is still something missing.
HEAD? 2.3.x??
2.3.36. Turned out the build env was broken due to copying files from windows... ;)
thanks anyway Paul
No prob. Anything you'd like to contribute?
Sure, if I ever get this working ;) This i my first real-wold C adventure, but there is a real need behind it (although more a nice-to-have-no-deadline thing). Expect more overlay related questions shortly ;)
cheers Paul
openldap-software@openldap.org