Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^3: Installation of DBD::Sybase with Strawberry Perl

by Corion (Patriarch)
on Mar 08, 2021 at 16:50 UTC ( [id://11129349]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Installation of DBD::Sybase with Strawberry Perl
in thread Installation of DBD::Sybase with Strawberry Perl

Whatever you did, it messed up the command line that g++ is invoked with:

g++ Sybase.def -o blib\arch\auto\DBD\Sybase\Sybase.xs.dll -mdll -s -L" +C:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib"-L"c:\SAP\OCS-16_0\dl +l\" Sybase.o ...

Note how these escaped bckslashes and missing spaces in your addition are unlike the other -L stanzas.

A first step would be to make these identical to the other -L stanzas and add proper whitespace:

g++ Sybase.def -o blib\arch\auto\DBD\Sybase\Sybase.xs.dll -mdll -s -L" +C:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib" -L "c:\SAP\OCS-16_0\ +dll" Sybase.o

Also, there should be a way to pass the proper parameters to Makefile.PL from the command line instead of patching Makefile.PL.

Replies are listed 'Best First'.
Re^4: Installation of DBD::Sybase with Strawberry Perl
by Anonymous Monk on Mar 09, 2021 at 11:20 UTC
    Thanks. I fixed this. It still doesn't solve the problem (please see below).

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11129349]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-24 02:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found