Follow-up Comment #2, bug #25536 (project gnustep):

I guess I'll have to go with suggestion #3,

I had a LDFLAG=-L/usr/lib 
set to the ./configure and make calls

and was expecting this takes precedence on all the other, so will show up
before /usr/local/lib
but when gcc was linking linking, /usr/local/lib was still before /usr/lib



I hope then ADDITIONAL_LDFLAGS += -L/usr/lib 
will then added before -L/usr/local/lib

my problem is, the additional objc lib only creates problem when compiling
the port, when later someone installs the package, and has the wrong lib
installed, then it doesn't matter, because the right one gets picked up.

I'll let you know.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?25536>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to