File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -285,14 +285,14 @@ be directly useful to you:
285285* ``pythonX.Y-config --cflags `` will give you the recommended flags when
286286 compiling::
287287
288- $ /opt/bin/python3.2 -config --cflags
289- -I/opt/include/python3.2m -I/opt/include/python3.2m -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
288+ $ /opt/bin/python3.4 -config --cflags
289+ -I/opt/include/python3.4m -I/opt/include/python3.4m -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
290290
291291* ``pythonX.Y-config --ldflags `` will give you the recommended flags when
292292 linking::
293293
294- $ /opt/bin/python3.2 -config --ldflags
295- -I /opt/lib/python3.2 /config-3.2m -lpthread -ldl -lutil -lm -lpython3.2m -Xlinker -export-dynamic
294+ $ /opt/bin/python3.4 -config --ldflags
295+ -L /opt/lib/python3.4 /config-3.4m -lpthread -ldl -lutil -lm -lpython3.4m -Xlinker -export-dynamic
296296
297297.. note ::
298298 To avoid confusion between several Python installations (and especially
You can’t perform that action at this time.
0 commit comments