Menu

#46 2.9.0 compile problem Mac os 10.2.5

2.9.0 branch
open
nobody
General (9)
4
2003-05-07
2003-05-07
Anonymous
No

compile fails at this point ...

--begin
[snip]
gcc -O2 -Wall -c maketables.c
gcc -O2 -Wall -c get.c
gcc -O2 -Wall -c study.c
gcc -O2 -Wall -o dftables dftables.c
./dftables >chartables.c
gcc -O2 -Wall -c pcre.c
rm -f libpcre.a
ar cq libpcre.a maketables.o get.o study.o pcre.o
gcc mix.o rem.o rem1.o rem2.o rem3.o chain.o chain1.o chain2.o
chain3.o nym.o pg
p.o pgpdb.o pgpdata.o pgpget.o pgpcreat.o pool.o mail.o rfc822.o
mime.o keymgt.o
compress.o stats.o crypto.o random.o util.o buffers.o rndseed.o
menu.o menusend
.o menunym.o menuutil.o main.o zlib-1.1.4/libz.a pcre-2.08/
libpcre.a /usr/local/
ssl/lib/libcrypto.a -lncurses -L/usr/lib -o mix
ld: archive: pcre-2.08/libpcre.a has no table of contents, add one with
ranlib(1
) (can't load from it)
make: *** [mix] Error 1
Error: The compilation failed. Please consult the documentation
(section
`Installation problems').
Remove the old Makefile? [y]
--end

jlittler@mstation.org

Discussion

  • Peter Palfrader

    Peter Palfrader - 2003-05-07
    • labels: 371186 --> General
    • priority: 5 --> 4
     
  • Peter Palfrader

    Peter Palfrader - 2003-05-07

    Logged In: YES
    user_id=1525

    what happens if you do 'ranlib pcre-2.08/libpcre.a' and then
    continue the compilation/run make again.

     

Log in to post a comment.