[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnu-radius] Radius and Cygwin
From: |
Sergey Poznyakoff |
Subject: |
Re: [Help-gnu-radius] Radius and Cygwin |
Date: |
Thu, 28 Aug 2003 21:22:23 +0300 |
A. Clausen <address@hidden> wrote:
> Here's where it fails for me:
> gcc -g -O2 -o radscm main.o radscm.o -lguile -lguile-ltdl ./libradscm.a
> ../radlib/.libs/liblog.a -lcrypt -lintl
> ../radlib/.libs/librad.a -lcrypt -lintl
> ../radlib/.libs/libdebug.a -lcrypt -lintl -lcrypt -lintl
Try moving `-lguile -lguile-ltdl' after `./libradscm.a' or configure
the package with the option `--without-guile' if you don't need Guile
support.
Regards,
Sergey