>Submitter-Id:   net
>Originator:     Mike Castle
>Organization:
net
>Confidential:  no
>Synopsis:      Can't build with --disable-{client,server}
>Severity:      non-critical
>Priority:      low
>Category:      cvs
>Class:         sw-bug
>Release:       cvs-1.10.8
>Environment:
System: Linux thune 2.2.15pre15 #6 Sat Apr 1 22:11:34 CST 2000 i586 unknown
Architecture: i586

Also happens on NCR MP-RAS 3.02

>Description:
Mostly FYI.

./configure --disable-client --disable-server
make

Gets following errors:
create_adm.c: In function `Create_Admin':
create_adm.c:42: `CLIENT_SERVER_STR' undeclared (first use in this
function)
create_adm.c:42: (Each undeclared identifier is reported only once
create_adm.c:42: for each function it appears in.)
make[1]: *** [create_adm.o] Error 1

This was first noticed on an NCR build where configure failed to detect
presence of network libraries, and so disabled client/server automatically.


On another test:
./configure --disable-client
make

log.o: In function `send_one':
/usr/src/cvs/test/cvs-1.10.8/src/log.c:162: undefined reference to `send_to_server'
/usr/src/cvs/test/cvs-1.10.8/src/log.c:163: undefined reference to `send_to_server'
/usr/src/cvs/test/cvs-1.10.8/src/log.c:170: undefined reference to `send_to_server'
/usr/src/cvs/test/cvs-1.10.8/src/log.c:171: undefined reference to `send_to_server'
collect2: ld returned 1 exit status


--disable-server does seem to work, however.


>How-To-Repeat:
See Description.
>Fix:

Reply via email to