Menu

#15 compile error on mac os x

None
closed
nobody
bug (13)
5
2020-11-10
2004-09-12
No

i have a powerbok with mac os x 10.3.5 and i have tried
to compile mailsync 5.2.1 and i had a problem at the
final stage where the compiler tries to link all object
files to create the mailsync binary. the problem is
that the compiler cannot resolve some references to SSL
and crypto symboles.

if have extended the last link command with the flags
"-lssl -lcrypto" and this works for me. after that
everything seems to be fine. mailsync seems to work.

here is the complete command: g++ -fno-operator-names
-g -O2 -o mailsync mailsync_main.o commandline.o
configuration.o types.o mail_handling.o
c-client_callbacks.o utils.o store.o channel.o msgid.o
msgstring.o /sw/share/c-client//lib/libc-client.a -lssl
-lcrypto

btw: i am using the c-client that comes with the
current fink installation. maybe there is the initial
problem. i dont know exactly. at least it is working
for me.

Discussion

  • Tomas Pospisek

    Tomas Pospisek - 2004-09-13

    Logged In: YES
    user_id=15179

    Could you verify that this also happens with CVS? I remember
    we did
    some tweaking there.
    *t

     
  • Tomas Pospisek

    Tomas Pospisek - 2004-09-20

    Logged In: YES
    user_id=15179

    Second try at getting some feedback:

    * it'd be nice, if you could try if the problem still occurs
    with CVS
    * alternatively could you send me configure.log?
    -> to user: tpo, domain: sourcepole.ch

    Thanks,
    *t

     
  • Tomas Pospisek

    Tomas Pospisek - 2020-11-10
    • status: open --> closed
    • Group: -->
     
  • Tomas Pospisek

    Tomas Pospisek - 2020-11-10
    • bug very old
    • no feedback from reporter

    -> closing

     

Log in to post a comment.