[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-gnu-radius] LDFLAGS problem
From: |
Armin . Kunaschik |
Subject: |
[Bug-gnu-radius] LDFLAGS problem |
Date: |
Wed, 28 Nov 2001 17:56:07 +0100 |
Hi there,
I'm building Gnu-Radius 0.95 under AIX 4.3 with xlC 3.6.6 (not GCC).
mysql and (probably incompatible) snmp libs are located in /usr/local/lib
therefore I set
CFLAGS="-I/usr/local/include" and LDFLAGS="-L/usr/local/lib" before
running configure.
But because I have my own snmp lib (UCDSNMP 4.1) installed, the build stops
with undefined symbols.
After changing the sequence in radiusd/Makefile (i.e. moving -L../snmplib
before
-L/usr/local/lib) everything compiles fine.
This may happen on other platforms too since it is not AIX specific...
Best regards,
Armin
- [Bug-gnu-radius] LDFLAGS problem,
Armin . Kunaschik <=