Wang Qiang wrote: > I have installed the openssl and configed the Openssl path, when I building > the ntp-keygen the vc output cannot open file "F:\vc.obj"!! > The openssl and ntp are all stored at disk F! > Thanks for ervery one!!! > > this is the build message of vc6 > --------------------Configuration: ntpkeygen - Win32 Debug-------------------- > Linking... > LINK : fatal error LNK1104: cannot open file "F:\VC.obj" > Error executing link.exe. >
There is no VC file and there shouldn't be anything in the dsp which would include that. There are only the following files that you need to build: getopt.c ntp-keygen-opts.c ntp-keygen.c ntp_random.c randfile.c util_clockstuff.c version.c ntp-keygen-opts.c is only if you are building 4.2.3 or later. You didn't mention the build version you are using. If you have a reference to a VC file in the list of sources delete it. Also if it cannot find a VC.OBJ file then it would also complain that it can't find a VC.c file yet you did not mention that. Danny > ntp-keygen.exe - 1 error(s), 0 warning(s) _______________________________________________ questions mailing list [email protected] https://lists.ntp.isc.org/mailman/listinfo/questions
