Hi, I'm still trying to package boinc, I want two packages, one for the client and one for the manager.
My ./configure line is looking like that: > ./configure --prefix=/usr --enable-client --disable-server > --disable-manager --disable-libraries --enable-generic-processor > --with-ssl However when executing this, I get the following error: > configure: error: > ================================================================================ > ERROR: I have been told to build nothing. > > Please remove one of the --disable commands from your > configure command line. > > ================================================================================ > > make: *** No targets specified and no makefile found. Stop. I also tried to make use of the "--enable-pkg-client" parameter: > ./configure --prefix=/usr --enable-pkg-client > --enable-generic-processor --with-ssl Which gives me the following error: > collect2: ld returned 1 exit status > make[2]: *** [boinccmd] Error 1 > make[2]: Leaving directory > `/root/build/boinc-client/src/boinc_core_release_6_6_41/client' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/root/build/boinc-client/src/boinc_core_release_6_6_41' > make: *** [all] Error 2 So what is wrong? I just want to have a static linked version of the boinc client, and another static linked one for the manager. Can someone help me out? -- Best regards, Karol Babioch <[email protected]>
signature.asc
Description: This is a digitally signed message part
_______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
