Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
7ac3bac8
Commit
7ac3bac8
authored
May 06, 1999
by
sof
Browse files
[project @ 1999-05-06 08:32:51 by sof]
Add -lwsock32 to linker command line, if needs be
parent
3f3b8b41
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/driver/ghc.lprl
View file @
7ac3bac8
...
@@ -1277,7 +1277,10 @@ sub setupSyslibs {
...
@@ -1277,7 +1277,10 @@ sub setupSyslibs {
# to implement the itimers, since cygwin.dll does not
# to implement the itimers, since cygwin.dll does not
# support it. Only reqd. for `ways' that use itimers.
# support it. Only reqd. for `ways' that use itimers.
#
#
push(@SysLibrary, '-lwinmm') if $TargetPlatform eq 'i386-unknown-cygwin32';
push(@SysLibrary, '-lwinmm') if $TargetPlatform eq 'i386-unknown-cygwin32';
# Note: currently only tested with mingw, may cause conflicts when linking
# with libcygwin.a
push(@SysLibrary, '-lwsock32') if ($TargetPlatform =~ /-(mingw32|cygwin32)$/);
# Push the pvm libraries
# Push the pvm libraries
if ($BuildTag eq '_mp') {
if ($BuildTag eq '_mp') {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment