Mantis - python
Viewing Issue Advanced Details
2803 regular use minor always 2008-02-29 05:38 2009-03-11 02:35
dam  
mwatters  
normal  
closed  
fixed  
none    
none  
0002803: python-config --ldflags should include -L/opt/csw/lib
Issueing
  # python-config --ldflags
results in
  -lresolv -lsocket -lnsl -lrt -ldl -lpthread -lm -lpython2.5
which IMHO should include -L/opt/csw/lib to allow binding
of third-party apps without LDFLAGS-magic

Issue History
2009-02-27 18:35 mwatters Note Added: 0005585
2009-02-27 18:35 mwatters Assigned To => mwatters
2009-02-27 18:35 mwatters Status new => acknowledged
2009-03-11 02:34 mwatters Note Added: 0005623
2009-03-11 02:34 mwatters Status acknowledged => resolved
2009-03-11 02:34 mwatters Resolution open => fixed
2009-03-11 02:35 mwatters Note Added: 0005624
2009-03-11 02:35 mwatters Status resolved => closed

Notes
(0005585)
mwatters   
2009-02-27 18:35   
I need to do some research on how to do this.
unfortunately it wasn't as easy as specifying it directly for configure
(0005623)
mwatters   
2009-03-11 02:34   
this is resolved in REV=2009.03.02
(0005624)
mwatters   
2009-03-11 02:35   
resolved in python 2.6.1, REV=2009.03.02