This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: aplus-fsf (XWarpPointer)


[snip]
> -L../../src/MSTypes  -L -lX11 -lpthread -ldl  -lm mainC.o aplus_main.o
aplus_uext.o matherr.o 
[snip]

Problem here ...........^^^^^^^
Literally it means "gcc please also look for libraries in directory
-lX11", effectively gobbling
up -lX11 (no, you don't get a message because the directory -lX11 does
not exist!). Either a bug in the configure file (& bros.) for aplus, or
it expects you to specify some variable that has to be expanded after
the -L, maybe the path to the X libraries? Try configure --help.

HaND,
Michel Bardiaux


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]