vmailmgr on Fedora Core 1

From: Steven Schwartz (sschwartz_at_macys.com)
Date: 02/24/04

  • Next message: Jeff Vian: "Re: change harddisk - Further explain of command lines"
    To: fedora-list@redhat.com
    Date: Tue, 24 Feb 2004 12:34:59 -0800
    
    

    Has anyone managed to get it to build successfully? I end up getting
    errors such as this:

    c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -g -O2 -fno-rtti
    -fno-exceptions -Wall -W -c exec.cc
    exec.cc: In function `int presetenv(const char*, const mystring&)':
    exec.cc:29: error: `strlen' undeclared (first use this function)
    exec.cc:29: error: (Each undeclared identifier is reported only once
    for each
        function it appears in.)
    exec.cc:31: error: `strcpy' undeclared (first use this function)

    As far as I can tell, I've grabbed all the libraries required by the
    package, the configure script found everything it needed, so....

    Steven Schwartz

    -- 
    fedora-list mailing list
    fedora-list@redhat.com
    To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    

  • Next message: Jeff Vian: "Re: change harddisk - Further explain of command lines"

    Relevant Pages

    • Re: Whats the deal with const?
      ... specify the const part. ... The definition of a function parameter as "const char *x" defines that ... argument as a pointer to one or more constant characters. ... int some_func ...
      (comp.lang.c)
    • Re: concurrent sysctl implementation
      ... static int value; ... const Elf_Rela *relalim; ... static const char *basename; ... These are the functions the dynamic linker exports to application ...
      (freebsd-hackers)
    • Re: Warning meaning.
      ... int strcomp(char *, char *); ... int main (int argc, const char * argv) { ... passing argument 1 of 'strcomp' discards qualifiers from ...
      (comp.lang.c)
    • Re: From Python to c++
      ... class Str: public Any { ... operator const char*() const { ... class Int: public Any { ...
      (comp.lang.python)
    • SSPI Kerberos for delegation
      ... const char *tokenSource, const char *name = NULL, ... DWORD bufsiz = sizeof buf; ... int n = ib.cbBuffer; ... // wserr() displays winsock errors and aborts. ...
      (microsoft.public.dotnet.framework.remoting)