From: Bart V. A. <bva...@ac...> - 2022-08-30 03:34:15
|
On 8/29/22 19:11, nur syahirah syafinaz wrote: > * -L./CfgMgr -lCfgMgr -L./ClntAddrMgr -lClntAddrMgr -L./IfaceMgr > -lIfaceMgr -L./AddrMgr -lAddrMgr -L./poslib -lPoslib -L./nettle > -lNettle -L./Options -lOptions -L./Messages -lMessages -lOptions > -lMessages -L./Port-linux -lLowLevel -L./Misc -lMisc -lClntOptions > -lOptions > ./libtool: line 1702: func_options: command not found > libtool: link: you must specify an output file > libtool: link: Try `libtool --help --mode=link' for more information. > make[3]: *** [Makefile:629: dibbler-client] Error 1 > make[2]: *** [Makefile:1263: client] Error 2 > make[1]: *** [do.mk:292 <http://do.mk:292>: .cv22-dibbler-done] Error 2 > make: *** [Makefile:198: cv22_dibbler] Error 2* I'm not sure what is going on. Please run 'git status' and check whether any of the files generated by autoconf have perhaps been regenerated accidentally. You may want to run the following command to prevent that these files are regenerated accidentally: export NOAUTODEPS=y Bart. |