--with-opengl-prefix code error

Found a bug? Please report it, but remember to follow the bug reporting guidelines.
Missing a sane feature? Let us know!
But please do NOT request ports to other systems.

Moderator: ZSNES Mods

Post Reply
NFITC1
Rookie
Posts: 36
Joined: Wed Jun 21, 2006 4:58 pm
Location: 127.0.0.1
Contact:

--with-opengl-prefix code error

Post by NFITC1 »

I have no idea if anyone has noticed this lately, but when I've been trying my darnedest to use the --with-opengl-prefix option with the configure file it would always give me an error saying it can't find the file. I just figured out what it is. The line in question is 4914. The current configure file that is on the website has that line as:

Code: Select all

LDFLAGS-"$LDFLAGS -L$opengl_prefix/lib"
This is a common typo since it SHOULD read:

Code: Select all

LDFLAGS="$LDFLAGS -L$opengl_prefix/lib"
I don't know how recent this problem is since I saw a few threads back in early '05 where people have used that option with no problems, so it probably occurred since then. I've seen no other mention of this on the board so I apologize if this has been mentioned before
Post Reply