Hi,

Can you tell me what are the paramters you used while running the configure?
I just ran "configure" and got no error.  However, I got a problem while try
to run "make"
See the error messages below:

"u533-011_root> make
cd ./popper  && make all
gcc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -fpcc-struct-return -DHAVE_CONFIG_H  -DSOLARIS2 -DGNU_PASS
-DNO_GETLINE -DCONTENT_LENGTH=1 -DUNIX pop_dele.c -o pop_dele.o
gcc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -fpcc-struct-return -DHAVE_CONFIG_H  -DSOLARIS2 -DGNU_PASS
-DNO_GETLINE -DCONTENT_LENGTH=1 -DUNIX pop_dropcopy.c -o pop_dropcopy.o
gcc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -fpcc-struct-return -DHAVE_CONFIG_H  -DSOLARIS2 -DGNU_PASS
-DNO_GETLINE -DCONTENT_LENGTH=1 -DUNIX pop_get_command.c -o pop_get_command.o
gcc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -fpcc-struct-return -DHAVE_CONFIG_H  -DSOLARIS2 -DGNU_PASS
-DNO_GETLINE -DCONTENT_LENGTH=1 -DUNIX pop_get_subcommand.c -o
pop_get_subcommand.o
gcc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -fpcc-struct-return -DHAVE_CONFIG_H  -DSOLARIS2 -DGNU_PASS
-DNO_GETLINE -DCONTENT_LENGTH=1 -DUNIX pop_init.c -o pop_init.o
gcc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -fpcc-struct-return -DHAVE_CONFIG_H  -DSOLARIS2 -DGNU_PASS
-DNO_GETLINE -DCONTENT_LENGTH=1 -DUNIX pop_last.c -o pop_last.o
gcc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -fpcc-struct-return -DHAVE_CONFIG_H  -DSOLARIS2 -DGNU_PASS
-DNO_GETLINE -DCONTENT_LENGTH=1 -DUNIX pop_list.c -o pop_list.o
gcc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -fpcc-struct-return -DHAVE_CONFIG_H  -DSOLARIS2 -DGNU_PASS
-DNO_GETLINE -DCONTENT_LENGTH=1 -DUNIX pop_log.c -o pop_log.o
pop_log.c: In function `pop_log':
pop_log.c:179: `__builtin_va_alist' undeclared (first use in this function)
pop_log.c:179: (Each undeclared identifier is reported only once
pop_log.c:179: for each function it appears in.)
*** Error code 1
make: Fatal error: Command failed for target `pop_log.o'
Current working directory /local/qpopper4.0.3/popper
*** Error code 1
make: Fatal error: Command failed for target `popper_server'  "

=======================

Any ideas what cause the problem and how to fix it.  Our gcc version is:
2.7.2.3

Thanks

Tracy Pham

Neal Davis wrote:

> Well very dumb mistake - thanks to Leonard Hermens for pointing out the
> problem! I had set my PATH but forgot to export PATH. So as soon as I did
> the export PATH configure ran fine! Thanks to everyone for your quick
> responses.
>
> Neal Davis
> Alpine Technology
> Spokane, WA.
>
> -----Original Message-----
> From: Leonard Hermens [mailto:[EMAIL PROTECTED]]
> Sent: Friday, February 15, 2002 10:56 AM
> To: Neal Davis
> Subject: Re: configure on Solaris8?
>
> Hi Neal,
>
> I am located in Spokane. Call my cell phone at 994.9234 if you don't get a
> resolution and I'll try to help.
>
> -- Leonard
>
> At 10:29 AM 2/15/2002, you wrote:
> >I just downloaded qpopper4.0.3 on my Sun 250 running solaris8 and tried to
> >run configure...
> >
> >configure is returnings the following
> >loading cache ./cofig.cache
> >checking whether make sets ${MAKE}... ./configure: make: not found no
> >checking for gcc... no
> >checking for cc... no
> >configure: error: no acceptable cc found in $PATH
> >
> >I can run gcc and make from root command prompt just fine, I can compile
> any
> >*.c file using gcc or run make from any directory?
> >
> >Has anyone else tried compiling under solaris8? Anyone have any idea whats
> >going on here?
> >
> >Neal Davis
> >Alpine Technology
> >Spokane, WA.

Reply via email to