This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skydoom
Recipients skydoom
Date 2016-04-05.02:01:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459821661.46.0.528264948635.issue26693@psf.upfronthosting.co.za>
In-reply-to
Content
This is how I compile my code:
CFLAG is obtained from `python3.5m-config --includes`
LDFLAG is obtained from `"python-3.5m-config --ldflags`
g++ ${CFLAG} ${LDFLAG} test2.C 

I am running on Linux.
History
Date User Action Args
2016-04-05 02:01:01skydoomsetrecipients: + skydoom
2016-04-05 02:01:01skydoomsetmessageid: <1459821661.46.0.528264948635.issue26693@psf.upfronthosting.co.za>
2016-04-05 02:01:01skydoomlinkissue26693 messages
2016-04-05 02:01:01skydoomcreate