Update wiki links to new Github wiki site
[skip ci]
This commit is contained in:
parent
caed1110fb
commit
92d694225a
6 changed files with 9 additions and 9 deletions
|
|
@ -349,7 +349,7 @@ However, SWIG tries to guess the right options when it is installed. Therefore,
|
|||
you may want to start with one of the examples in the <tt>Examples/java</tt>
|
||||
directory. If that doesn't work, you will need to read the man-pages for
|
||||
your compiler and linker to get the right set of options. You might also
|
||||
check the <a href="http://www.dabeaz.com/cgi-bin/wiki.pl">SWIG Wiki</a> for
|
||||
check the <a href="https://github.com/swig/swig/wiki">SWIG Wiki</a> for
|
||||
additional information.
|
||||
</p>
|
||||
|
||||
|
|
@ -481,7 +481,7 @@ One last piece of advice is to beware of the common faux pas of having more than
|
|||
In summary, ensure that you are using the correct C/C++ compiler and linker combination and options for successful native library loading.
|
||||
If you are using the examples that ship with SWIG, then the Examples/Makefile must have these set up correctly for your system.
|
||||
The SWIG installation package makes a best attempt at getting these correct but does not get it right 100% of the time.
|
||||
The <a href="http://www.dabeaz.com/cgi-bin/wiki.pl">SWIG Wiki</a> also has some settings for commonly used compiler and operating system combinations.
|
||||
The <a href="https://github.com/swig/swig/wiki">SWIG Wiki</a> also has some settings for commonly used compiler and operating system combinations.
|
||||
The following section also contains some C++ specific linking problems and solutions.
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -197,7 +197,7 @@ SWIG tries to guess the right options when it is installed. Therefore,
|
|||
you may want to start with one of the examples in the <tt>SWIG/Examples/perl5</tt>
|
||||
directory. If that doesn't work, you will need to read the man-pages for
|
||||
your compiler and linker to get the right set of options. You might also
|
||||
check the <a href="http://www.dabeaz.com/cgi-bin/wiki.pl">SWIG Wiki</a> for
|
||||
check the <a href="https://github.com/swig/swig/wiki">SWIG Wiki</a> for
|
||||
additional information.
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -400,7 +400,7 @@ However, SWIG tries to guess the right options when it is installed. Therefore,
|
|||
you may want to start with one of the examples in the <tt>SWIG/Examples/python</tt>
|
||||
directory. If that doesn't work, you will need to read the man-pages for
|
||||
your compiler and linker to get the right set of options. You might also
|
||||
check the <a href="http://www.dabeaz.com/cgi-bin/wiki.pl">SWIG Wiki</a> for
|
||||
check the <a href="https://github.com/swig/swig/wiki">SWIG Wiki</a> for
|
||||
additional information.
|
||||
</p>
|
||||
|
||||
|
|
@ -914,7 +914,7 @@ only used by the Visual Studio compiler:
|
|||
Some users have reported success in building extension modules using Cygwin
|
||||
and other compilers. However, the problem of building usable DLLs with these
|
||||
compilers tends to be rather problematic. For the latest information,
|
||||
you may want to consult the <a href="http://www.dabeaz.com/cgi-bin/wiki.pl">
|
||||
you may want to consult the <a href="https://github.com/swig/swig/wiki">
|
||||
SWIG Wiki</a>.
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -287,7 +287,7 @@ processes). Other compilers may need a different option specified instead of
|
|||
<p>
|
||||
If in doubt, consult the
|
||||
manual pages for your compiler and linker to determine the correct set
|
||||
of options. You might also check the <a href="http://www.dabeaz.com/cgi-bin/wiki.pl">SWIG Wiki</a>
|
||||
of options. You might also check the <a href="https://github.com/swig/swig/wiki">SWIG Wiki</a>
|
||||
for additional information. </p>
|
||||
|
||||
<H3><a name="Ruby_nn6">38.1.4 Using your module</a></H3>
|
||||
|
|
|
|||
|
|
@ -151,7 +151,7 @@ SWIG tries to guess the right options when it is installed. Therefore,
|
|||
you may want to start with one of the examples in the <tt>SWIG/Examples/tcl</tt>
|
||||
directory. If that doesn't work, you will need to read the man-pages for
|
||||
your compiler and linker to get the right set of options. You might also
|
||||
check the <a href="http://www.dabeaz.com/cgi-bin/wiki.pl">SWIG Wiki</a> for
|
||||
check the <a href="https://github.com/swig/swig/wiki">SWIG Wiki</a> for
|
||||
additional information.
|
||||
</p>
|
||||
|
||||
|
|
|
|||
4
README
4
README
|
|
@ -20,7 +20,7 @@ Up-to-date SWIG related information can be found at
|
|||
|
||||
A SWIG FAQ and other hints can be found on the SWIG Wiki:
|
||||
|
||||
http://www.dabeaz.com/cgi-bin/wiki.pl
|
||||
https://github.com/swig/swig/wiki
|
||||
|
||||
License
|
||||
=======
|
||||
|
|
@ -126,7 +126,7 @@ installed. To fix this:
|
|||
have to do this.
|
||||
|
||||
If you are having other troubles, you might look at the SWIG Wiki at
|
||||
http://www.dabeaz.com/cgi-bin/wiki.pl.
|
||||
https://github.com/swig/swig/wiki.
|
||||
|
||||
Participate!
|
||||
============
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue