axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] sman and X libraries


From: Gabriel Dos Reis
Subject: Re: [Axiom-developer] sman and X libraries
Date: 23 Nov 2006 02:49:34 +0100

"Page, Bill" <address@hidden> writes:

[...]

| http://lists.nongnu.org/archive/html/axiom-developer/2006-09/msg00297.ht
| ml
| 
| includes the line:
| 
| +LDFLAGS= -L${LIB} -lspad ${LDF} -lspad ${AXIOM_X11_LDFLAGS}
| 
| and
| 
|  <<sman>>=
|  ${OUT}/sman: ${SMANOBJS} ${MIDOBJ}/sman.o
|         @ echo 13 linking sman
| -       @ ${CC} -o ${OUT}/sman ${MIDOBJ}/sman.o ${SMANOBJS}
| +       @ ${CC} -o ${OUT}/sman ${MIDOBJ}/sman.o ${SMANOBJS} ${LDFLAGS}
| 
| but in fact ${AXIOM_X11_LDFLAGS} is not needed for sman.
| 
| I think we need a more "delicate" approach to providing the right
| libraries in the right place, i.e. more autoconf variables.

In this case, would not leaving ${AXIOM_X11_LDFLAGS} out from LDFLAGS
solve the issue?  

-- Gaby




reply via email to

[Prev in Thread] Current Thread [Next in Thread]