[uae] Re: New snapshot or source code

Hi Jens

On Jan 27, 2008, at 6:56 AM, Jens Weichert wrote:

./configure --with-sdl-gfx --with-sdl-sound --with-sdl-gl --enable- scsi-device --with-caps --with-caps-prefix=/Users/Jens/Documents/ xCode\ Projekte/E-UAE/ipfdevlib_linux LDFLAGS=-"F /Library/Frameworks"

Sorry. I see that you did include your config.log. My apologies.

Here's your problem:

LDFLAGS=-"F /Library/Frameworks"

The '-' needs to be inside the quotes, e.g., "-F /path "

BTW, /Library/Frameworks is the standard search path for frameworks, so this option isn't necessary. You'd just need to add a directory to that path (with the -F switch) when you want to link against a framework that isn't in the standard path.

Cheers,
Rich


Other related posts: